Html Css Color HEX #FCF218 Lemon

📋 copy color: '#FCF218'

red 252 ◦ green 242 ◦ blue 24

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

Shades of Lemon #FCF218

Tints of Lemon #FCF218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 4.63%

R = 48.65%
G = 46.72%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCF218 (or 0xFCF218) is known color: Lemon. HEX triplet: FC, F2 and 18. RGB value is (252,242,24). Sum of RGB (Red+Green+Blue) = 252+242+24=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 24 (9.77% from 255 or 4.63% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF218 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF218 is #030DE7. Grayscale: #DDDDDD. Windows color (decimal): -200168 or 1635068. OLE color: 1635068.

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

Color convert

RGB 252 242 24 -
CMYK 0 0.04 0.90 0.01
HSL 57.37º 0.97% 0.54% -
HSV(B) 57.37º 0.9% 0.99% -
XYZ 72.06 84.27 13.33 -
YUV 220.14 17.31 150.73 -
System Red Green Blue C M Y K H S L
Decimal 252 242 24 0 0.04 0.90 0.01 57.37 0.97 0.54
Hex FC F2 18 0 4 5A 1 39 61 36
Octal 374 362 30 0 4 132 1 71 141 66
Binary 11111100 11110010 11000 0 100 1011010 1 111001 1100001 110110

Color Harmonies of #FCF218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF218

Black with #FCF218

Text Example


Text Example

White with #FCF218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF218; }

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

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

background-color css

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

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

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

border-color css

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

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

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