#F7F225

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

Shades of Lemon #F7F225

Tints of Lemon #F7F225

Color information

#F7F225 (or 0xF7F225) is unknown color: approx Lemon. HEX triplet: F7, F2 and 25. RGB value is (247,242,37). Sum of RGB (Red+Green+Blue) = 247+242+37=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 37 (14.84% from 255 or 7.03% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F225 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7F225 is #080DDA. Grayscale: #DCDCDC. Windows color (decimal): -527835 or 2487031. OLE color: 2487031.

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

Color convert

RGB24724237-
CMYK00.020.850.03
HSL58.57º92.92%55.69%-
HSV(B)58.57º85.02%96.86%-
XYZ70.4483.4114.14-
YUV220.1224.66147.17-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.96%
GREEN value IS 242 (94.92% from 255) = 46.01%
BLUE value IS 37 (14.84% from 255) = 7.03%
R=46.96%
G=46.01%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.85
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472423700.020.850.0358.5792.9255.69
HexF7F225025533b5d38
Octal367362450212537313570
Binary11110111111100101001010101010101111110111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F225; }

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

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

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

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

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

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

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

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