Html Css Color HEX #FCEC0C Lemon

📋 copy color: '#FCEC0C'

red 252 ◦ green 236 ◦ blue 12

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

Shades of Lemon #FCEC0C

Tints of Lemon #FCEC0C

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.2%

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

R = 50.4%
G = 47.2%
B = 2.4%

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

#FCEC0C (or 0xFCEC0C) is known color: Lemon. HEX triplet: FC, EC and 0C. RGB value is (252,236,12). Sum of RGB (Red+Green+Blue) = 252+236+12=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 12 (5.08% from 255 or 2.4% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEC0C is #0313F3. Grayscale: #D8D8D8. Windows color (decimal): -201716 or 847100. OLE color: 847100.

HSL color Cylindrical-coordinate representation of color #FCEC0C: hue angle of 56º 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 #FCEC0C is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 236 12 -
CMYK 0 0.06 0.95 0.01
HSL 56º 0.98% 0.52% -
HSV(B) 56º 0.95% 0.99% -
XYZ 70.21 80.71 12.23 -
YUV 215.25 13.3 154.21 -
System Red Green Blue C M Y K H S L
Decimal 252 236 12 0 0.06 0.95 0.01 56 0.98 0.52
Hex FC EC C 0 6 5F 1 38 62 34
Octal 374 354 14 0 6 137 1 70 142 64
Binary 11111100 11101100 1100 0 110 1011111 1 111000 1100010 110100

Color Harmonies of #FCEC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEC0C

Black with #FCEC0C

Text Example


Text Example

White with #FCEC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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