#F7EF80

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

Shades of Witch Haze #F7EF80

Tints of Witch Haze #F7EF80

Color information

#F7EF80 (or 0xF7EF80) is unknown color: approx Witch Haze. HEX triplet: F7, EF and 80. RGB value is (247,239,128). Sum of RGB (Red+Green+Blue) = 247+239+128=614 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.23% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 128 (50.39% from 255 or 20.85% from 614); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EF80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7EF80 is #08107F. Grayscale: #E5E5E5. Windows color (decimal): -528512 or 8450039. OLE color: 8450039.

HSL color Cylindrical-coordinate representation of color #F7EF80: hue angle of 55.97º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F7EF80 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB247239128-
CMYK00.030.480.03
HSL55.97º88.15%73.53%-
HSV(B)55.97º48.18%96.86%-
XYZ73.1283.0732.6-
YUV228.7471.15141.03-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.23%
GREEN value IS 239 (93.75% from 255) = 38.93%
BLUE value IS 128 (50.39% from 255) = 20.85%
R=40.23%
G=38.93%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723912800.030.480.0355.9788.1573.53
HexF7EF800330338584a
Octal3673572000360370130112
Binary1111011111101111100000000111100001111100010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EF80; }

 p { color: rgb(247,239,128); }

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

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

 a { background-color: rgb(247,239,128); }

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

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

 span { border-color: rgb(247,239,128); }

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