Html Css Color HEX #FEF172 Witch Haze

📋 copy color: '#FEF172'

red 254 ◦ green 241 ◦ blue 114

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

Shades of Witch Haze #FEF172

Tints of Witch Haze #FEF172

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.57%

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

R = 41.71%
G = 39.57%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FEF172 (or 0xFEF172) is known color: Witch Haze. HEX triplet: FE, F1 and 72. RGB value is (254,241,114). Sum of RGB (Red+Green+Blue) = 254+241+114=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 241 (94.53% from 255 or 39.57% from 609); Blue value is 114 (44.92% from 255 or 18.72% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF172 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF172 is #010E8D. Grayscale: #E6E6E6. Windows color (decimal): -69262 or 7533054. OLE color: 7533054.

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

Color convert

RGB 254 241 114 -
CMYK 0 0.05 0.55 0.00
HSL 54.43º 0.99% 0.72% -
HSV(B) 54.43º 0.55% 1% -
XYZ 75.37 85.2 28.39 -
YUV 230.41 62.31 144.83 -
System Red Green Blue C M Y K H S L
Decimal 254 241 114 0 0.05 0.55 0.00 54.43 0.99 0.72
Hex FE F1 72 0 5 37 0 36 63 48
Octal 376 361 162 0 5 67 0 66 143 110
Binary 11111110 11110001 1110010 0 101 110111 0 110110 1100011 1001000

Color Harmonies of #FEF172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF172

Black with #FEF172

Text Example


Text Example

White with #FEF172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF172; }

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

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

background-color css

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

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

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

border-color css

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

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

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