#F4F01B

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

Shades of Lemon #F4F01B

Tints of Lemon #F4F01B

Color information

#F4F01B (or 0xF4F01B) is unknown color: approx Lemon. HEX triplet: F4, F0 and 1B. RGB value is (244,240,27). Sum of RGB (Red+Green+Blue) = 244+240+27=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 27 (10.94% from 255 or 5.28% from 511); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F01B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4F01B is #0B0FE4. Grayscale: #D9D9D9. Windows color (decimal): -724965 or 1831156. OLE color: 1831156.

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

Color convert

RGB24424027-
CMYK00.020.890.04
HSL58.89º90.79%53.14%-
HSV(B)58.89º88.93%95.69%-
XYZ68.6781.6313.17-
YUV216.9120.83147.32-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.75%
GREEN value IS 240 (94.14% from 255) = 46.97%
BLUE value IS 27 (10.94% from 255) = 5.28%
R=47.75%
G=46.97%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.89
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442402700.020.890.0458.8990.7953.14
HexF4F01B025943b5b35
Octal364360330213147313365
Binary11110100111100001101101010110011001110111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F01B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F01B; }

 p { color: rgb(244,240,27); }

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

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

 a { background-color: rgb(244,240,27); }

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

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

 span { border-color: rgb(244,240,27); }

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