#fef377

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

Shades of Witch Haze #FEF377

Tints of Witch Haze #FEF377

Color information

#FEF377 (or 0xFEF377) is unknown color: approx Witch Haze. HEX triplet: FE, F3 and 77. RGB value is (254,243,119). Sum of RGB (Red+Green+Blue) = 254+243+119=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 243 (95.31% from 255 or 39.45% from 616); Blue value is 119 (46.88% from 255 or 19.32% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF377 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF377 is #010C88. Grayscale: #E8E8E8. Windows color (decimal): -68745 or 7861246. OLE color: 7861246.

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

Color convert

RGB254243119-
CMYK00.040.530.00
HSL55.11º98.54%73.14%-
HSV(B)55.11º53.15%99.61%-
XYZ76.2586.530.13-
YUV232.1564.14143.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.23%
GREEN value IS 243 (95.31% from 255) = 39.45%
BLUE value IS 119 (46.88% from 255) = 19.32%
R=41.23%
G=39.45%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424311900.040.530.0055.1198.5473.14
HexFEF37704350376349
Octal3763631670465067143111
Binary111111101111001111101110100110101011011111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fef377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fef377; }

 p { color: rgb(254,243,119); }

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

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

 a { background-color: rgb(254,243,119); }

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

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

 span { border-color: rgb(254,243,119); }

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