Html Css Color HEX #FEF578 Witch Haze

📋 copy color: '#FEF578'

red 254 ◦ green 245 ◦ blue 120

#FEF578
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Witch Haze #FEF578

Tints of Witch Haze #FEF578

RGB

 RED value IS 254 (99.61% from 255) = 41.03%

 GREEN value IS 245 (96.09% from 255) = 39.58%

 BLUE value IS 120 (47.27% from 255) = 19.39%

R = 41.03%
G = 39.58%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FEF578 (or 0xFEF578) is known color: Witch Haze. HEX triplet: FE, F5 and 78. RGB value is (254,245,120). Sum of RGB (Red+Green+Blue) = 254+245+120=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 245 (96.09% from 255 or 39.58% from 619); Blue value is 120 (47.27% from 255 or 19.39% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF578 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF578 is #010A87. Grayscale: #E9E9E9. Windows color (decimal): -68232 or 7927294. OLE color: 7927294.

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

Color convert

RGB 254 245 120 -
CMYK 0 0.04 0.53 0.00
HSL 55.97º 0.99% 0.73% -
HSV(B) 55.97º 0.53% 1% -
XYZ 76.92 87.73 30.65 -
YUV 233.44 63.98 142.66 -
System Red Green Blue C M Y K H S L
Decimal 254 245 120 0 0.04 0.53 0.00 55.97 0.99 0.73
Hex FE F5 78 0 4 35 0 38 63 49
Octal 376 365 170 0 4 65 0 70 143 111
Binary 11111110 11110101 1111000 0 100 110101 0 111000 1100011 1001001

Color Harmonies of #FEF578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF578

Black with #FEF578

Text Example


Text Example

White with #FEF578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF578; }

 p { color: rgb(254,245,120); }

 H1.HeaderClassName
 {
   color: #FEF578;
 }
 .AnyTagClassName
 {
   color: #FEF578;
 }
</style>

background-color css

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

 a { background-color: rgb(254,245,120); }

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

border-color css

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

 span { border-color: rgb(254,245,120); }

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