#FEF97B

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

Shades of Witch Haze #FEF97B

Tints of Witch Haze #FEF97B

Color information

#FEF97B (or 0xFEF97B) is unknown color: approx Witch Haze. HEX triplet: FE, F9 and 7B. RGB value is (254,249,123). Sum of RGB (Red+Green+Blue) = 254+249+123=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 249 (97.66% from 255 or 39.78% from 626); Blue value is 123 (48.44% from 255 or 19.65% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF97B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF97B is #010684. Grayscale: #ECECEC. Windows color (decimal): -67205 or 8124926. OLE color: 8124926.

HSL color Cylindrical-coordinate representation of color #FEF97B: hue angle of 57.71º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEF97B is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.00.

Color convert

RGB254249123-
CMYK00.020.520.00
HSL57.71º98.5%73.92%-
HSV(B)57.71º51.57%99.61%-
XYZ78.3290.2532.03-
YUV236.1364.16140.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.58%
GREEN value IS 249 (97.66% from 255) = 39.78%
BLUE value IS 123 (48.44% from 255) = 19.65%
R=40.58%
G=39.78%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424912300.020.520.0057.7198.573.92
HexFEF97B023403a624a
Octal3763711730264072142112
Binary11111110111110011111011010110100011101011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF97B; }

 p { color: rgb(254,249,123); }

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

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

 a { background-color: rgb(254,249,123); }

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

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

 span { border-color: rgb(254,249,123); }

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