#F8F10F

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

Shades of Lemon #F8F10F

Tints of Lemon #F8F10F

Color information

#F8F10F (or 0xF8F10F) is unknown color: approx Lemon. HEX triplet: F8, F1 and 0F. RGB value is (248,241,15). Sum of RGB (Red+Green+Blue) = 248+241+15=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 15 (6.25% from 255 or 2.98% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F10F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F10F is #070EF0. Grayscale: #DADADA. Windows color (decimal): -462577 or 1044984. OLE color: 1044984.

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

Color convert

RGB24824115-
CMYK00.030.940.03
HSL58.2º94.33%51.57%-
HSV(B)58.2º93.95%97.25%-
XYZ70.2582.912.75-
YUV217.3313.82149.88-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.21%
GREEN value IS 241 (94.53% from 255) = 47.82%
BLUE value IS 15 (6.25% from 255) = 2.98%
R=49.21%
G=47.82%
B=2.98%

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
Decimal2482411500.030.940.0358.294.3351.57
HexF8F1F035E33a5e34
Octal370361170313637213664
Binary111110001111000111110111011110111110101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F10F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F10F; }

 p { color: rgb(248,241,15); }

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

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

 a { background-color: rgb(248,241,15); }

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

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

 span { border-color: rgb(248,241,15); }

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