#F9EA7D

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

Shades of Witch Haze #F9EA7D

Tints of Witch Haze #F9EA7D

Color information

#F9EA7D (or 0xF9EA7D) is unknown color: approx Witch Haze. HEX triplet: F9, EA and 7D. RGB value is (249,234,125). Sum of RGB (Red+Green+Blue) = 249+234+125=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 125 (49.22% from 255 or 20.56% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EA7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9EA7D is #061582. Grayscale: #E2E2E2. Windows color (decimal): -398723 or 8252153. OLE color: 8252153.

HSL color Cylindrical-coordinate representation of color #F9EA7D: hue angle of 52.74º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F9EA7D is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB249234125-
CMYK00.060.500.02
HSL52.74º91.18%73.33%-
HSV(B)52.74º49.8%97.65%-
XYZ72.1980.4731.13-
YUV226.0670.97144.36-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.95%
GREEN value IS 234 (91.80% from 255) = 38.49%
BLUE value IS 125 (49.22% from 255) = 20.56%
R=40.95%
G=38.49%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923412500.060.500.0252.7491.1873.33
HexF9EA7D06322355b49
Octal3713521750662265133111
Binary1111100111101010111110101101100101011010110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EA7D; }

 p { color: rgb(249,234,125); }

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

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

 a { background-color: rgb(249,234,125); }

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

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

 span { border-color: rgb(249,234,125); }

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