Html Css Color HEX #FCEE0C Lemon

📋 copy color: '#FCEE0C'

red 252 ◦ green 238 ◦ blue 12

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

Shades of Lemon #FCEE0C

Tints of Lemon #FCEE0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.39%

R = 50.2%
G = 47.41%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCEE0C (or 0xFCEE0C) is known color: Lemon. HEX triplet: FC, EE and 0C. RGB value is (252,238,12). Sum of RGB (Red+Green+Blue) = 252+238+12=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 238 (93.36% from 255 or 47.41% from 502); Blue value is 12 (5.08% from 255 or 2.39% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEE0C is #0311F3. Grayscale: #D9D9D9. Windows color (decimal): -201204 or 847612. OLE color: 847612.

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

Color convert

RGB 252 238 12 -
CMYK 0 0.06 0.95 0.01
HSL 56.5º 0.98% 0.52% -
HSV(B) 56.5º 0.95% 0.99% -
XYZ 70.79 81.87 12.42 -
YUV 216.42 12.64 153.38 -
System Red Green Blue C M Y K H S L
Decimal 252 238 12 0 0.06 0.95 0.01 56.5 0.98 0.52
Hex FC EE C 0 6 5F 1 38 62 34
Octal 374 356 14 0 6 137 1 70 142 64
Binary 11111100 11101110 1100 0 110 1011111 1 111000 1100010 110100

Color Harmonies of #FCEE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEE0C

Black with #FCEE0C

Text Example


Text Example

White with #FCEE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEE0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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