#FCF019

Color #FCF019 Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon #FCF019

Tints of Lemon #FCF019

Color information

#FCF019 (or 0xFCF019) is unknown color: approx Lemon. HEX triplet: FC, F0 and 19. RGB value is (252,240,25). Sum of RGB (Red+Green+Blue) = 252+240+25=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 25 (10.16% from 255 or 4.84% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF019 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF019 is #030FE6. Grayscale: #DBDBDB. Windows color (decimal): -200679 or 1700092. OLE color: 1700092.

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

Color convert

RGB25224025-
CMYK00.050.900.01
HSL56.83º97.42%54.31%-
HSV(B)56.83º90.08%98.82%-
XYZ71.4883.0913.19-
YUV219.0818.48151.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.74%
GREEN value IS 240 (94.14% from 255) = 46.42%
BLUE value IS 25 (10.16% from 255) = 4.84%
R=48.74%
G=46.42%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.90
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522402500.050.900.0156.8397.4254.31
HexFCF019055A1396136
Octal374360310513217114166
Binary1111110011110000110010101101101011110011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF019; }

 p { color: rgb(252,240,25); }

 H1.HeaderClassName
 {
   color: #FCF019;
 }
 .AnyTagClassName
 {
   color: #FCF019;
 }
</style>
background-color css

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

 a { background-color: rgb(252,240,25); }

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

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

 span { border-color: rgb(252,240,25); }

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