Html Css Color HEX #FCEA06 Lemon

📋 copy color: '#FCEA06'

red 252 ◦ green 234 ◦ blue 6

#FCEA06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon #FCEA06

Tints of Lemon #FCEA06

RGB

 RED value IS 252 (98.83% from 255) = 51.22%

 GREEN value IS 234 (91.8% from 255) = 47.56%

 BLUE value IS 6 (2.73% from 255) = 1.22%

R = 51.22%
G = 47.56%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCEA06 (or 0xFCEA06) is known color: Lemon. HEX triplet: FC, EA and 06. RGB value is (252,234,6). Sum of RGB (Red+Green+Blue) = 252+234+6=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 6 (2.73% from 255 or 1.22% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA06 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEA06 is #0315F9. Grayscale: #D6D6D6. Windows color (decimal): -202234 or 453372. OLE color: 453372.

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

Color convert

RGB 252 234 6 -
CMYK 0 0.07 0.98 0.01
HSL 55.61º 0.98% 0.51% -
HSV(B) 55.61º 0.98% 0.99% -
XYZ 69.6 79.55 11.86 -
YUV 213.39 10.96 155.54 -
System Red Green Blue C M Y K H S L
Decimal 252 234 6 0 0.07 0.98 0.01 55.61 0.98 0.51
Hex FC EA 6 0 7 62 1 38 62 33
Octal 374 352 6 0 7 142 1 70 142 63
Binary 11111100 11101010 110 0 111 1100010 1 111000 1100010 110011

Color Harmonies of #FCEA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA06

Black with #FCEA06

Text Example


Text Example

White with #FCEA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA06; }

 p { color: rgb(252,234,6); }

 H1.HeaderClassName
 {
   color: #FCEA06;
 }
 .AnyTagClassName
 {
   color: #FCEA06;
 }
</style>

background-color css

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

 a { background-color: rgb(252,234,6); }

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

border-color css

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

 span { border-color: rgb(252,234,6); }

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