Html Css Color HEX #FCF518 Lemon

📋 copy color: '#FCF518'

red 252 ◦ green 245 ◦ blue 24

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

Shades of Lemon #FCF518

Tints of Lemon #FCF518

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.02%

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

R = 48.37%
G = 47.02%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCF518 (or 0xFCF518) is known color: Lemon. HEX triplet: FC, F5 and 18. RGB value is (252,245,24). Sum of RGB (Red+Green+Blue) = 252+245+24=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 245 (96.09% from 255 or 47.02% from 521); Blue value is 24 (9.77% from 255 or 4.61% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF518 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF518 is #030AE7. Grayscale: #DEDEDE. Windows color (decimal): -199400 or 1635836. OLE color: 1635836.

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

Color convert

RGB 252 245 24 -
CMYK 0 0.03 0.90 0.01
HSL 58.16º 0.97% 0.54% -
HSV(B) 58.16º 0.9% 0.99% -
XYZ 72.96 86.07 13.63 -
YUV 221.9 16.32 149.47 -
System Red Green Blue C M Y K H S L
Decimal 252 245 24 0 0.03 0.90 0.01 58.16 0.97 0.54
Hex FC F5 18 0 3 5A 1 3A 61 36
Octal 374 365 30 0 3 132 1 72 141 66
Binary 11111100 11110101 11000 0 11 1011010 1 111010 1100001 110110

Color Harmonies of #FCF518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF518

Black with #FCF518

Text Example


Text Example

White with #FCF518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF518; }

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

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

background-color css

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

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

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

border-color css

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

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

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