#F9E11F

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

Shades of Lemon #F9E11F

Tints of Lemon #F9E11F

Color information

#F9E11F (or 0xF9E11F) is unknown color: approx Lemon. HEX triplet: F9, E1 and 1F. RGB value is (249,225,31). Sum of RGB (Red+Green+Blue) = 249+225+31=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 31 (12.5% from 255 or 6.14% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E11F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9E11F is #061EE0. Grayscale: #D2D2D2. Windows color (decimal): -401121 or 2089465. OLE color: 2089465.

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

Color convert

RGB24922531-
CMYK00.100.880.02
HSL53.39º94.78%54.9%-
HSV(B)53.39º87.55%97.65%-
XYZ66.2474.0912.11-
YUV210.0626.95155.77-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.31%
GREEN value IS 225 (88.28% from 255) = 44.55%
BLUE value IS 31 (12.5% from 255) = 6.14%
R=49.31%
G=44.55%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.88
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492253100.100.880.0253.3994.7854.9
HexF9E11F0A582355f37
Octal3713413701213026513767
Binary111110011110000111111010101011000101101011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E11F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E11F; }

 p { color: rgb(249,225,31); }

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

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

 a { background-color: rgb(249,225,31); }

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

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

 span { border-color: rgb(249,225,31); }

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