Html Css Color HEX #FEF772 Witch Haze

📋 copy color: '#FEF772'

red 254 ◦ green 247 ◦ blue 114

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

Shades of Witch Haze #FEF772

Tints of Witch Haze #FEF772

RGB

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

 GREEN value IS 247 (96.88% from 255) = 40.16%

 BLUE value IS 114 (44.92% from 255) = 18.54%

R = 41.3%
G = 40.16%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FEF772 (or 0xFEF772) is known color: Witch Haze. HEX triplet: FE, F7 and 72. RGB value is (254,247,114). Sum of RGB (Red+Green+Blue) = 254+247+114=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 247 (96.88% from 255 or 40.16% from 615); Blue value is 114 (44.92% from 255 or 18.54% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF772 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF772 is #01088D. Grayscale: #EAEAEA. Windows color (decimal): -67726 or 7534590. OLE color: 7534590.

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

Color convert

RGB 254 247 114 -
CMYK 0 0.03 0.55 0.00
HSL 57º 0.99% 0.72% -
HSV(B) 57º 0.55% 1% -
XYZ 77.17 88.81 28.99 -
YUV 233.93 60.32 142.31 -
System Red Green Blue C M Y K H S L
Decimal 254 247 114 0 0.03 0.55 0.00 57 0.99 0.72
Hex FE F7 72 0 3 37 0 39 63 48
Octal 376 367 162 0 3 67 0 71 143 110
Binary 11111110 11110111 1110010 0 11 110111 0 111001 1100011 1001000

Color Harmonies of #FEF772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF772

Black with #FEF772

Text Example


Text Example

White with #FEF772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF772; }

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

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

background-color css

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

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

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

border-color css

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

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

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