#F7ED7E

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

Shades of Witch Haze #F7ED7E

Tints of Witch Haze #F7ED7E

Color information

#F7ED7E (or 0xF7ED7E) is unknown color: approx Witch Haze. HEX triplet: F7, ED and 7E. RGB value is (247,237,126). Sum of RGB (Red+Green+Blue) = 247+237+126=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 126 (49.61% from 255 or 20.66% from 610); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ED7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7ED7E is #081281. Grayscale: #E3E3E3. Windows color (decimal): -529026 or 8318455. OLE color: 8318455.

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

Color convert

RGB247237126-
CMYK00.040.490.03
HSL55.04º88.32%73.14%-
HSV(B)55.04º48.99%96.86%-
XYZ72.4181.8531.72-
YUV227.3470.81142.03-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.49%
GREEN value IS 237 (92.97% from 255) = 38.85%
BLUE value IS 126 (49.61% from 255) = 20.66%
R=40.49%
G=38.85%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723712600.040.490.0355.0488.3273.14
HexF7ED7E04313375849
Octal3673551760461367130111
Binary1111011111101101111111001001100011111011110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ED7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ED7E; }

 p { color: rgb(247,237,126); }

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

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

 a { background-color: rgb(247,237,126); }

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

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

 span { border-color: rgb(247,237,126); }

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