#F8ED7B

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

Shades of Witch Haze #F8ED7B

Tints of Witch Haze #F8ED7B

Color information

#F8ED7B (or 0xF8ED7B) is unknown color: approx Witch Haze. HEX triplet: F8, ED and 7B. RGB value is (248,237,123). Sum of RGB (Red+Green+Blue) = 248+237+123=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 123 (48.44% from 255 or 20.23% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ED7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8ED7B is #071284. Grayscale: #E3E3E3. Windows color (decimal): -463493 or 8121848. OLE color: 8121848.

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

Color convert

RGB248237123-
CMYK00.040.500.03
HSL54.72º89.93%72.75%-
HSV(B)54.72º50.4%97.25%-
XYZ72.5781.9530.73-
YUV227.2969.14142.77-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.79%
GREEN value IS 237 (92.97% from 255) = 38.98%
BLUE value IS 123 (48.44% from 255) = 20.23%
R=40.79%
G=38.98%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823712300.040.500.0354.7289.9372.75
HexF8ED7B04323375a49
Octal3703551730462367132111
Binary1111100011101101111101101001100101111011110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ED7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ED7B; }

 p { color: rgb(248,237,123); }

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

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

 a { background-color: rgb(248,237,123); }

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

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

 span { border-color: rgb(248,237,123); }

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