#F5F07E

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

Shades of Witch Haze #F5F07E

Tints of Witch Haze #F5F07E

Color information

#F5F07E (or 0xF5F07E) is unknown color: approx Witch Haze. HEX triplet: F5, F0 and 7E. RGB value is (245,240,126). Sum of RGB (Red+Green+Blue) = 245+240+126=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 240 (94.14% from 255 or 39.28% from 611); Blue value is 126 (49.61% from 255 or 20.62% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F07E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F07E is #0A0F81. Grayscale: #E4E4E4. Windows color (decimal): -659330 or 8319221. OLE color: 8319221.

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

Color convert

RGB245240126-
CMYK00.020.490.04
HSL57.48º85.61%72.75%-
HSV(B)57.48º48.57%96.08%-
XYZ72.5883.2431.98-
YUV228.570.16139.77-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.10%
GREEN value IS 240 (94.14% from 255) = 39.28%
BLUE value IS 126 (49.61% from 255) = 20.62%
R=40.10%
G=39.28%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524012600.020.490.0457.4885.6172.75
HexF5F07E02314395649
Octal3653601760261471126111
Binary1111010111110000111111001011000110011100110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F07E; }

 p { color: rgb(245,240,126); }

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

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

 a { background-color: rgb(245,240,126); }

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

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

 span { border-color: rgb(245,240,126); }

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