#F8F215

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

Shades of Lemon #F8F215

Tints of Lemon #F8F215

Color information

#F8F215 (or 0xF8F215) is unknown color: approx Lemon. HEX triplet: F8, F2 and 15. RGB value is (248,242,21). Sum of RGB (Red+Green+Blue) = 248+242+21=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 21 (8.59% from 255 or 4.11% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F215 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F215 is #070DEA. Grayscale: #DBDBDB. Windows color (decimal): -462315 or 1438456. OLE color: 1438456.

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

Color convert

RGB24824221-
CMYK00.020.920.03
HSL58.41º94.19%52.75%-
HSV(B)58.41º91.53%97.25%-
XYZ70.683.5113.11-
YUV218.616.49148.97-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.53%
GREEN value IS 242 (94.92% from 255) = 47.36%
BLUE value IS 21 (8.59% from 255) = 4.11%
R=48.53%
G=47.36%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482422100.020.920.0358.4194.1952.75
HexF8F215025C33a5e35
Octal370362250213437213665
Binary1111100011110010101010101011100111110101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F215; }

 p { color: rgb(248,242,21); }

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

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

 a { background-color: rgb(248,242,21); }

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

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

 span { border-color: rgb(248,242,21); }

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