#F9F524

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

Shades of Lemon #F9F524

Tints of Lemon #F9F524

Color information

#F9F524 (or 0xF9F524) is unknown color: approx Lemon. HEX triplet: F9, F5 and 24. RGB value is (249,245,36). Sum of RGB (Red+Green+Blue) = 249+245+36=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 245 (96.09% from 255 or 46.23% from 530); Blue value is 36 (14.45% from 255 or 6.79% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F524 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9F524 is #060ADB. Grayscale: #DFDFDF. Windows color (decimal): -395996 or 2422265. OLE color: 2422265.

HSL color Cylindrical-coordinate representation of color #F9F524: hue angle of 58.87º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F9F524 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB24924536-
CMYK00.020.860.02
HSL58.87º94.67%55.88%-
HSV(B)58.87º85.54%97.65%-
XYZ72.0485.5714.39-
YUV222.3722.83146.99-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.98%
GREEN value IS 245 (96.09% from 255) = 46.23%
BLUE value IS 36 (14.45% from 255) = 6.79%
R=46.98%
G=46.23%
B=6.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.86
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492453600.020.860.0258.8794.6755.88
HexF9F524025623b5f38
Octal371365440212627313770
Binary11111001111101011001000101010110101110111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F524; }

 p { color: rgb(249,245,36); }

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

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

 a { background-color: rgb(249,245,36); }

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

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

 span { border-color: rgb(249,245,36); }

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