Html Css Color HEX #FCF00C Lemon

📋 copy color: '#FCF00C'

red 252 ◦ green 240 ◦ blue 12

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

Shades of Lemon #FCF00C

Tints of Lemon #FCF00C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.62%

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

R = 50%
G = 47.62%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCF00C (or 0xFCF00C) is known color: Lemon. HEX triplet: FC, F0 and 0C. RGB value is (252,240,12). Sum of RGB (Red+Green+Blue) = 252+240+12=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 12 (5.08% from 255 or 2.38% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF00C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF00C is #030FF3. Grayscale: #DADADA. Windows color (decimal): -200692 or 848124. OLE color: 848124.

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

Color convert

RGB 252 240 12 -
CMYK 0 0.05 0.95 0.01
HSL 57º 0.98% 0.52% -
HSV(B) 57º 0.95% 0.99% -
XYZ 71.37 83.04 12.61 -
YUV 217.6 11.98 152.54 -
System Red Green Blue C M Y K H S L
Decimal 252 240 12 0 0.05 0.95 0.01 57 0.98 0.52
Hex FC F0 C 0 5 5F 1 39 62 34
Octal 374 360 14 0 5 137 1 71 142 64
Binary 11111100 11110000 1100 0 101 1011111 1 111001 1100010 110100

Color Harmonies of #FCF00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF00C

Black with #FCF00C

Text Example


Text Example

White with #FCF00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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