#F5F917

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

Shades of Lemon #F5F917

Tints of Lemon #F5F917

Color information

#F5F917 (or 0xF5F917) is unknown color: approx Lemon. HEX triplet: F5, F9 and 17. RGB value is (245,249,23). Sum of RGB (Red+Green+Blue) = 245+249+23=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 249 (97.66% from 255 or 48.16% from 517); Blue value is 23 (9.38% from 255 or 4.45% from 517); Max value from RGB is 249 - color contains mainly: green. Hex color #F5F917 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F917 is #0A06E8. Grayscale: #DEDEDE. Windows color (decimal): -657129 or 1571317. OLE color: 1571317.

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

Color convert

RGB24524923-
CMYK0.0200.910.02
HSL61.06º94.96%53.33%-
HSV(B)61.06º90.76%97.65%-
XYZ71.6987.2313.87-
YUV222.0415.67144.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.39%
GREEN value IS 249 (97.66% from 255) = 48.16%
BLUE value IS 23 (9.38% from 255) = 4.45%
R=47.39%
G=48.16%
B=4.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal245249230.0200.910.0261.0694.9653.33
HexF5F917205B23d5f35
Octal365371272013327513765
Binary1111010111111001101111001011011101111011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F917; }

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

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

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

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

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

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

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

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