Html Css Color HEX #FCF224 Lemon

📋 copy color: '#FCF224'

red 252 ◦ green 242 ◦ blue 36

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

Shades of Lemon #FCF224

Tints of Lemon #FCF224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 6.79%

R = 47.55%
G = 45.66%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FCF224 (or 0xFCF224) is known color: Lemon. HEX triplet: FC, F2 and 24. RGB value is (252,242,36). Sum of RGB (Red+Green+Blue) = 252+242+36=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 36 (14.45% from 255 or 6.79% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF224 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF224 is #030DDB. Grayscale: #DEDEDE. Windows color (decimal): -200156 or 2421500. OLE color: 2421500.

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

Color convert

RGB 252 242 36 -
CMYK 0 0.04 0.86 0.01
HSL 57.22º 0.97% 0.56% -
HSV(B) 57.22º 0.86% 0.99% -
XYZ 72.22 84.33 14.14 -
YUV 221.51 23.31 149.75 -
System Red Green Blue C M Y K H S L
Decimal 252 242 36 0 0.04 0.86 0.01 57.22 0.97 0.56
Hex FC F2 24 0 4 56 1 39 61 38
Octal 374 362 44 0 4 126 1 71 141 70
Binary 11111100 11110010 100100 0 100 1010110 1 111001 1100001 111000

Color Harmonies of #FCF224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF224

Black with #FCF224

Text Example


Text Example

White with #FCF224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF224; }

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

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

background-color css

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

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

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

border-color css

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

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

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