#F2F815

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

Shades of Lemon #F2F815

Tints of Lemon #F2F815

Color information

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

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

Color convert

RGB24224821-
CMYK0.0200.920.03
HSL61.59º94.19%52.75%-
HSV(B)61.59º91.53%97.25%-
XYZ70.3286.0713.62-
YUV220.3315.51143.46-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal242248210.0200.920.0361.5994.1952.75
HexF2F815205C33e5e35
Octal362370252013437613665
Binary1111001011111000101011001011100111111101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F815; }

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

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

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

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

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

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

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

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