Html Css Color HEX #FCF20C Lemon

📋 copy color: '#FCF20C'

red 252 ◦ green 242 ◦ blue 12

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

Shades of Lemon #FCF20C

Tints of Lemon #FCF20C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.83%

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

R = 49.8%
G = 47.83%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCF20C (or 0xFCF20C) is known color: Lemon. HEX triplet: FC, F2 and 0C. RGB value is (252,242,12). Sum of RGB (Red+Green+Blue) = 252+242+12=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 12 (5.08% from 255 or 2.37% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF20C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF20C is #030DF3. Grayscale: #DBDBDB. Windows color (decimal): -200180 or 848636. OLE color: 848636.

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

Color convert

RGB 252 242 12 -
CMYK 0 0.04 0.95 0.01
HSL 57.5º 0.98% 0.52% -
HSV(B) 57.5º 0.95% 0.99% -
XYZ 71.96 84.23 12.81 -
YUV 218.77 11.31 151.7 -
System Red Green Blue C M Y K H S L
Decimal 252 242 12 0 0.04 0.95 0.01 57.5 0.98 0.52
Hex FC F2 C 0 4 5F 1 3A 62 34
Octal 374 362 14 0 4 137 1 72 142 64
Binary 11111100 11110010 1100 0 100 1011111 1 111010 1100010 110100

Color Harmonies of #FCF20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF20C

Black with #FCF20C

Text Example


Text Example

White with #FCF20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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