#FEEB72

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

Shades of Witch Haze #FEEB72

Tints of Witch Haze #FEEB72

Color information

#FEEB72 (or 0xFEEB72) is unknown color: approx Witch Haze. HEX triplet: FE, EB and 72. RGB value is (254,235,114). Sum of RGB (Red+Green+Blue) = 254+235+114=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 114 (44.92% from 255 or 18.91% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEB72 is #01148D. Grayscale: #E3E3E3. Windows color (decimal): -70798 or 7531518. OLE color: 7531518.

HSL color Cylindrical-coordinate representation of color #FEEB72: hue angle of 51.86º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FEEB72 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB254235114-
CMYK00.070.550.00
HSL51.86º98.59%72.16%-
HSV(B)51.86º55.12%99.61%-
XYZ73.6281.727.81-
YUV226.8964.29147.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.12%
GREEN value IS 235 (92.19% from 255) = 38.97%
BLUE value IS 114 (44.92% from 255) = 18.91%
R=42.12%
G=38.97%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423511400.070.550.0051.8698.5972.16
HexFEEB7207370346348
Octal3763531620767064143110
Binary111111101110101111100100111110111011010011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEB72; }

 p { color: rgb(254,235,114); }

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

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

 a { background-color: rgb(254,235,114); }

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

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

 span { border-color: rgb(254,235,114); }

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