Html Css Color HEX #FEF472 Witch Haze

📋 copy color: '#FEF472'

red 254 ◦ green 244 ◦ blue 114

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

Shades of Witch Haze #FEF472

Tints of Witch Haze #FEF472

RGB

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

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

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

R = 41.5%
G = 39.87%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FEF472 (or 0xFEF472) is known color: Witch Haze. HEX triplet: FE, F4 and 72. RGB value is (254,244,114). Sum of RGB (Red+Green+Blue) = 254+244+114=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 244 (95.70% from 255 or 39.87% from 612); Blue value is 114 (44.92% from 255 or 18.63% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF472 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF472 is #010B8D. Grayscale: #E8E8E8. Windows color (decimal): -68494 or 7533822. OLE color: 7533822.

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

Color convert

RGB 254 244 114 -
CMYK 0 0.04 0.55 0.00
HSL 55.71º 0.99% 0.72% -
HSV(B) 55.71º 0.55% 1% -
XYZ 76.26 86.99 28.69 -
YUV 232.17 61.31 143.57 -
System Red Green Blue C M Y K H S L
Decimal 254 244 114 0 0.04 0.55 0.00 55.71 0.99 0.72
Hex FE F4 72 0 4 37 0 38 63 48
Octal 376 364 162 0 4 67 0 70 143 110
Binary 11111110 11110100 1110010 0 100 110111 0 111000 1100011 1001000

Color Harmonies of #FEF472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF472

Black with #FEF472

Text Example


Text Example

White with #FEF472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF472; }

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

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

background-color css

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

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

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

border-color css

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

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

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