#F8E418

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

Shades of Lemon #F8E418

Tints of Lemon #F8E418

Color information

#F8E418 (or 0xF8E418) is unknown color: approx Lemon. HEX triplet: F8, E4 and 18. RGB value is (248,228,24). Sum of RGB (Red+Green+Blue) = 248+228+24=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 228 (89.45% from 255 or 45.6% from 500); Blue value is 24 (9.77% from 255 or 4.8% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E418 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8E418 is #071BE7. Grayscale: #D3D3D3. Windows color (decimal): -465896 or 1631480. OLE color: 1631480.

HSL color Cylindrical-coordinate representation of color #F8E418: hue angle of 54.64º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8E418 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB24822824-
CMYK00.080.900.03
HSL54.64º94.12%53.33%-
HSV(B)54.64º90.32%97.25%-
XYZ66.6275.5111.93-
YUV210.7222.63154.59-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.6%
GREEN value IS 228 (89.45% from 255) = 45.6%
BLUE value IS 24 (9.77% from 255) = 4.8%
R=49.6%
G=45.6%
B=4.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.90
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482282400.080.900.0354.6494.1253.33
HexF8E418085A3375e35
Octal3703443001013236713665
Binary111110001110010011000010001011010111101111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E418; }

 p { color: rgb(248,228,24); }

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

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

 a { background-color: rgb(248,228,24); }

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

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

 span { border-color: rgb(248,228,24); }

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