#F8F010

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

Shades of Lemon #F8F010

Tints of Lemon #F8F010

Color information

#F8F010 (or 0xF8F010) is unknown color: approx Lemon. HEX triplet: F8, F0 and 10. RGB value is (248,240,16). Sum of RGB (Red+Green+Blue) = 248+240+16=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 16 (6.64% from 255 or 3.17% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F010 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F010 is #070FEF. Grayscale: #D9D9D9. Windows color (decimal): -462832 or 1110264. OLE color: 1110264.

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

Color convert

RGB24824016-
CMYK00.030.940.03
HSL57.93º94.31%51.76%-
HSV(B)57.93º93.55%97.25%-
XYZ69.9782.3112.69-
YUV216.8614.65150.21-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.21%
GREEN value IS 240 (94.14% from 255) = 47.62%
BLUE value IS 16 (6.64% from 255) = 3.17%
R=49.21%
G=47.62%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.94
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482401600.030.940.0357.9394.3151.76
HexF8F010035E33a5e34
Octal370360200313637213664
Binary1111100011110000100000111011110111110101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F010; }

 p { color: rgb(248,240,16); }

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

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

 a { background-color: rgb(248,240,16); }

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

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

 span { border-color: rgb(248,240,16); }

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