Html Css Color HEX #FCF424 Lemon

📋 copy color: '#FCF424'

red 252 ◦ green 244 ◦ blue 36

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

Shades of Lemon #FCF424

Tints of Lemon #FCF424

RGB

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

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

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

R = 47.37%
G = 45.86%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FCF424 (or 0xFCF424) is known color: Lemon. HEX triplet: FC, F4 and 24. RGB value is (252,244,36). Sum of RGB (Red+Green+Blue) = 252+244+36=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 244 (95.70% from 255 or 45.86% from 532); Blue value is 36 (14.45% from 255 or 6.77% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF424 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF424 is #030BDB. Grayscale: #DFDFDF. Windows color (decimal): -199644 or 2422012. OLE color: 2422012.

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

Color convert

RGB 252 244 36 -
CMYK 0 0.03 0.86 0.01
HSL 57.78º 0.97% 0.56% -
HSV(B) 57.78º 0.86% 0.99% -
XYZ 72.81 85.52 14.34 -
YUV 222.68 22.65 148.91 -
System Red Green Blue C M Y K H S L
Decimal 252 244 36 0 0.03 0.86 0.01 57.78 0.97 0.56
Hex FC F4 24 0 3 56 1 3A 61 38
Octal 374 364 44 0 3 126 1 72 141 70
Binary 11111100 11110100 100100 0 11 1010110 1 111010 1100001 111000

Color Harmonies of #FCF424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF424

Black with #FCF424

Text Example


Text Example

White with #FCF424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF424; }

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

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

background-color css

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

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

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

border-color css

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

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

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