Html Css Color HEX #FCF21C Lemon

📋 copy color: '#FCF21C'

red 252 ◦ green 242 ◦ blue 28

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

Shades of Lemon #FCF21C

Tints of Lemon #FCF21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.36%

R = 48.28%
G = 46.36%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FCF21C (or 0xFCF21C) is known color: Lemon. HEX triplet: FC, F2 and 1C. RGB value is (252,242,28). Sum of RGB (Red+Green+Blue) = 252+242+28=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 28 (11.33% from 255 or 5.36% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF21C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF21C is #030DE3. Grayscale: #DDDDDD. Windows color (decimal): -200164 or 1897212. OLE color: 1897212.

HSL color Cylindrical-coordinate representation of color #FCF21C: hue angle of 57.32º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FCF21C is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 242 28 -
CMYK 0 0.04 0.89 0.01
HSL 57.32º 0.97% 0.55% -
HSV(B) 57.32º 0.89% 0.99% -
XYZ 72.11 84.28 13.57 -
YUV 220.59 19.31 150.4 -
System Red Green Blue C M Y K H S L
Decimal 252 242 28 0 0.04 0.89 0.01 57.32 0.97 0.55
Hex FC F2 1C 0 4 59 1 39 61 37
Octal 374 362 34 0 4 131 1 71 141 67
Binary 11111100 11110010 11100 0 100 1011001 1 111001 1100001 110111

Color Harmonies of #FCF21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF21C

Black with #FCF21C

Text Example


Text Example

White with #FCF21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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