#F2F716

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

Shades of Lemon #F2F716

Tints of Lemon #F2F716

Color information

#F2F716 (or 0xF2F716) is unknown color: approx Lemon. HEX triplet: F2, F7 and 16. RGB value is (242,247,22). Sum of RGB (Red+Green+Blue) = 242+247+22=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 247 (96.88% from 255 or 48.34% from 511); Blue value is 22 (8.98% from 255 or 4.31% from 511); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F716 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F716 is #0D08E9. Grayscale: #DCDCDC. Windows color (decimal): -854250 or 1505266. OLE color: 1505266.

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

Color convert

RGB24224722-
CMYK0.0200.910.03
HSL61.33º93.36%52.75%-
HSV(B)61.33º91.09%96.86%-
XYZ70.0285.4613.56-
YUV219.8616.34143.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.36%
GREEN value IS 247 (96.88% from 255) = 48.34%
BLUE value IS 22 (8.98% from 255) = 4.31%
R=47.36%
G=48.34%
B=4.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal242247220.0200.910.0361.3393.3652.75
HexF2F716205B33d5d35
Octal362367262013337513565
Binary1111001011110111101101001011011111111011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F716; }

 p { color: rgb(242,247,22); }

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

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

 a { background-color: rgb(242,247,22); }

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

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

 span { border-color: rgb(242,247,22); }

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