Html Css Color HEX #FCEE0A Lemon

📋 copy color: '#FCEE0A'

red 252 ◦ green 238 ◦ blue 10

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

Shades of Lemon #FCEE0A

Tints of Lemon #FCEE0A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.6%

 BLUE value IS 10 (4.3% from 255) = 2%

R = 50.4%
G = 47.6%
B = 2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCEE0A (or 0xFCEE0A) is known color: Lemon. HEX triplet: FC, EE and 0A. RGB value is (252,238,10). Sum of RGB (Red+Green+Blue) = 252+238+10=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 238 (93.36% from 255 or 47.6% from 500); Blue value is 10 (4.30% from 255 or 2% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEE0A is #0311F5. Grayscale: #D9D9D9. Windows color (decimal): -201206 or 716540. OLE color: 716540.

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

Color convert

RGB 252 238 10 -
CMYK 0 0.06 0.96 0.01
HSL 56.53º 0.98% 0.51% -
HSV(B) 56.53º 0.96% 0.99% -
XYZ 70.77 81.87 12.36 -
YUV 216.19 11.64 153.54 -
System Red Green Blue C M Y K H S L
Decimal 252 238 10 0 0.06 0.96 0.01 56.53 0.98 0.51
Hex FC EE A 0 6 60 1 39 62 33
Octal 374 356 12 0 6 140 1 71 142 63
Binary 11111100 11101110 1010 0 110 1100000 1 111001 1100010 110011

Color Harmonies of #FCEE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEE0A

Black with #FCEE0A

Text Example


Text Example

White with #FCEE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEE0A; }

 p { color: rgb(252,238,10); }

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

background-color css

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

 a { background-color: rgb(252,238,10); }

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

border-color css

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

 span { border-color: rgb(252,238,10); }

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