Html Css Color HEX #FCF21D Lemon

📋 copy color: '#FCF21D'

red 252 ◦ green 242 ◦ blue 29

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

Shades of Lemon #FCF21D

Tints of Lemon #FCF21D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.54%

R = 48.18%
G = 46.27%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCF21D (or 0xFCF21D) is known color: Lemon. HEX triplet: FC, F2 and 1D. RGB value is (252,242,29). Sum of RGB (Red+Green+Blue) = 252+242+29=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 242 (94.92% from 255 or 46.27% from 523); Blue value is 29 (11.72% from 255 or 5.54% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF21D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF21D is #030DE2. Grayscale: #DDDDDD. Windows color (decimal): -200163 or 1962748. OLE color: 1962748.

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

Color convert

RGB 252 242 29 -
CMYK 0 0.04 0.88 0.01
HSL 57.31º 0.97% 0.55% -
HSV(B) 57.31º 0.88% 0.99% -
XYZ 72.12 84.29 13.63 -
YUV 220.71 19.81 150.32 -
System Red Green Blue C M Y K H S L
Decimal 252 242 29 0 0.04 0.88 0.01 57.31 0.97 0.55
Hex FC F2 1D 0 4 58 1 39 61 37
Octal 374 362 35 0 4 130 1 71 141 67
Binary 11111100 11110010 11101 0 100 1011000 1 111001 1100001 110111

Color Harmonies of #FCF21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF21D

Black with #FCF21D

Text Example


Text Example

White with #FCF21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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