Html Css Color HEX #FEF478 Witch Haze

📋 copy color: '#FEF478'

red 254 ◦ green 244 ◦ blue 120

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

Shades of Witch Haze #FEF478

Tints of Witch Haze #FEF478

RGB

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

 GREEN value IS 244 (95.7% from 255) = 39.48%

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

R = 41.1%
G = 39.48%
B = 19.42%

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

#FEF478 (or 0xFEF478) is known color: Witch Haze. HEX triplet: FE, F4 and 78. RGB value is (254,244,120). Sum of RGB (Red+Green+Blue) = 254+244+120=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 244 (95.70% from 255 or 39.48% from 618); Blue value is 120 (47.27% from 255 or 19.42% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF478 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF478 is #010B87. Grayscale: #E9E9E9. Windows color (decimal): -68488 or 7927038. OLE color: 7927038.

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

Color convert

RGB 254 244 120 -
CMYK 0 0.04 0.53 0.00
HSL 55.52º 0.99% 0.73% -
HSV(B) 55.52º 0.53% 1% -
XYZ 76.61 87.13 30.55 -
YUV 232.85 64.31 143.08 -
System Red Green Blue C M Y K H S L
Decimal 254 244 120 0 0.04 0.53 0.00 55.52 0.99 0.73
Hex FE F4 78 0 4 35 0 38 63 49
Octal 376 364 170 0 4 65 0 70 143 111
Binary 11111110 11110100 1111000 0 100 110101 0 111000 1100011 1001001

Color Harmonies of #FEF478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF478

Black with #FEF478

Text Example


Text Example

White with #FEF478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF478; }

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

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

background-color css

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

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

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

border-color css

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

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

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