Html Css Color HEX #FCF40C Lemon

📋 copy color: '#FCF40C'

red 252 ◦ green 244 ◦ blue 12

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

Shades of Lemon #FCF40C

Tints of Lemon #FCF40C

RGB

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

 GREEN value IS 244 (95.7% from 255) = 48.03%

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

R = 49.61%
G = 48.03%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCF40C (or 0xFCF40C) is known color: Lemon. HEX triplet: FC, F4 and 0C. RGB value is (252,244,12). Sum of RGB (Red+Green+Blue) = 252+244+12=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 244 (95.70% from 255 or 48.03% from 508); Blue value is 12 (5.08% from 255 or 2.36% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF40C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF40C is #030BF3. Grayscale: #DCDCDC. Windows color (decimal): -199668 or 849148. OLE color: 849148.

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

Color convert

RGB 252 244 12 -
CMYK 0 0.03 0.95 0.01
HSL 58º 0.98% 0.52% -
HSV(B) 58º 0.95% 0.99% -
XYZ 72.56 85.42 13.01 -
YUV 219.94 10.65 150.86 -
System Red Green Blue C M Y K H S L
Decimal 252 244 12 0 0.03 0.95 0.01 58 0.98 0.52
Hex FC F4 C 0 3 5F 1 3A 62 34
Octal 374 364 14 0 3 137 1 72 142 64
Binary 11111100 11110100 1100 0 11 1011111 1 111010 1100010 110100

Color Harmonies of #FCF40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF40C

Black with #FCF40C

Text Example


Text Example

White with #FCF40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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