Html Css Color HEX #FEF672 Witch Haze

📋 copy color: '#FEF672'

red 254 ◦ green 246 ◦ blue 114

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

Shades of Witch Haze #FEF672

Tints of Witch Haze #FEF672

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.07%

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

R = 41.37%
G = 40.07%
B = 18.57%

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

#FEF672 (or 0xFEF672) is known color: Witch Haze. HEX triplet: FE, F6 and 72. RGB value is (254,246,114). Sum of RGB (Red+Green+Blue) = 254+246+114=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 246 (96.48% from 255 or 40.07% from 614); Blue value is 114 (44.92% from 255 or 18.57% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF672 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF672 is #01098D. Grayscale: #E9E9E9. Windows color (decimal): -67982 or 7534334. OLE color: 7534334.

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

Color convert

RGB 254 246 114 -
CMYK 0 0.03 0.55 0.00
HSL 56.57º 0.99% 0.72% -
HSV(B) 56.57º 0.55% 1% -
XYZ 76.87 88.2 28.89 -
YUV 233.34 60.65 142.73 -
System Red Green Blue C M Y K H S L
Decimal 254 246 114 0 0.03 0.55 0.00 56.57 0.99 0.72
Hex FE F6 72 0 3 37 0 39 63 48
Octal 376 366 162 0 3 67 0 71 143 110
Binary 11111110 11110110 1110010 0 11 110111 0 111001 1100011 1001000

Color Harmonies of #FEF672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF672

Black with #FEF672

Text Example


Text Example

White with #FEF672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF672; }

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

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

background-color css

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

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

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

border-color css

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

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

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