#fce70b

Color #FCE70B Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon #FCE70B

Tints of Lemon #FCE70B

Color information

#FCE70B (or 0xFCE70B) is unknown color: approx Lemon. HEX triplet: FC, E7 and 0B. RGB value is (252,231,11). Sum of RGB (Red+Green+Blue) = 252+231+11=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 231 (90.62% from 255 or 46.76% from 494); Blue value is 11 (4.69% from 255 or 2.23% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE70B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE70B is #0318F4. Grayscale: #D5D5D5. Windows color (decimal): -202997 or 780284. OLE color: 780284.

HSL color Cylindrical-coordinate representation of color #FCE70B: hue angle of 54.77º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCE70B is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB25223111-
CMYK00.080.960.01
HSL54.77º97.57%51.57%-
HSV(B)54.77º95.63%98.82%-
XYZ68.7877.8711.72-
YUV212.214.46156.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 51.01%
GREEN value IS 231 (90.62% from 255) = 46.76%
BLUE value IS 11 (4.69% from 255) = 2.23%
R=51.01%
G=46.76%
B=2.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.96
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522311100.080.960.0154.7797.5751.57
HexFCE7B08601376234
Octal3743471301014016714264
Binary1111110011100111101101000110000011101111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fce70b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fce70b; }

 p { color: rgb(252,231,11); }

 H1.HeaderClassName
 {
   color: #fce70b;
 }
 .AnyTagClassName
 {
   color: #fce70b;
 }
</style>
background-color css

<style>
 a { background-color: #fce70b; }

 a { background-color: rgb(252,231,11); }

 div.DivClassName
 {
   background-color: #fce70b;
 }
 .BgClassName
 {
   background-color: #fce70b;
 }
</style>
border-color css

<style>
 span { border-color: #fce70b; }

 span { border-color: rgb(252,231,11); }

 td.TdClassName
 {
   border-color: #fce70b;
 }
 .TagClassName
 {
   border-color: #fce70b;
 }
</style>