#FEFB72

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

Shades of Witch Haze #FEFB72

Tints of Witch Haze #FEFB72

Color information

#FEFB72 (or 0xFEFB72) is unknown color: approx Witch Haze. HEX triplet: FE, FB and 72. RGB value is (254,251,114). Sum of RGB (Red+Green+Blue) = 254+251+114=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 251 (98.44% from 255 or 40.55% from 619); Blue value is 114 (44.92% from 255 or 18.42% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFB72 is #01048D. Grayscale: #ECECEC. Windows color (decimal): -66702 or 7535614. OLE color: 7535614.

HSL color Cylindrical-coordinate representation of color #FEFB72: hue angle of 58.71º 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 #FEFB72 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB254251114-
CMYK00.010.550.00
HSL58.71º98.59%72.16%-
HSV(B)58.71º55.12%99.61%-
XYZ78.4191.2829.41-
YUV236.2858.99140.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.03%
GREEN value IS 251 (98.44% from 255) = 40.55%
BLUE value IS 114 (44.92% from 255) = 18.42%
R=41.03%
G=40.55%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425111400.010.550.0058.7198.5972.16
HexFEFB72013703b6348
Octal3763731620167073143110
Binary1111111011111011111001001110111011101111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFB72; }

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

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

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

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

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

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

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

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