#F5F924

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

Shades of Lemon #F5F924

Tints of Lemon #F5F924

Color information

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

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

Color convert

RGB24524936-
CMYK0.0200.860.02
HSL61.13º94.67%55.88%-
HSV(B)61.13º85.54%97.65%-
XYZ71.8587.2914.73-
YUV223.5222.17143.32-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal245249360.0200.860.0261.1394.6755.88
HexF5F924205623d5f38
Octal365371442012627513770
Binary11110101111110011001001001010110101111011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F924; }

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

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

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

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

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

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

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

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