Html Css Color HEX #FEF175 Witch Haze

📋 copy color: '#FEF175'

red 254 ◦ green 241 ◦ blue 117

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

Shades of Witch Haze #FEF175

Tints of Witch Haze #FEF175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 19.12%

R = 41.5%
G = 39.38%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FEF175 (or 0xFEF175) is known color: Witch Haze. HEX triplet: FE, F1 and 75. RGB value is (254,241,117). Sum of RGB (Red+Green+Blue) = 254+241+117=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 241 (94.53% from 255 or 39.38% from 612); Blue value is 117 (46.09% from 255 or 19.12% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF175 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF175 is #010E8A. Grayscale: #E7E7E7. Windows color (decimal): -69259 or 7729662. OLE color: 7729662.

HSL color Cylindrical-coordinate representation of color #FEF175: hue angle of 54.31º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEF175 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 241 117 -
CMYK 0 0.05 0.54 0.00
HSL 54.31º 0.99% 0.73% -
HSV(B) 54.31º 0.54% 1% -
XYZ 75.54 85.27 29.31 -
YUV 230.75 63.81 144.58 -
System Red Green Blue C M Y K H S L
Decimal 254 241 117 0 0.05 0.54 0.00 54.31 0.99 0.73
Hex FE F1 75 0 5 36 0 36 63 49
Octal 376 361 165 0 5 66 0 66 143 111
Binary 11111110 11110001 1110101 0 101 110110 0 110110 1100011 1001001

Color Harmonies of #FEF175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF175

Black with #FEF175

Text Example


Text Example

White with #FEF175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF175; }

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

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

background-color css

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

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

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

border-color css

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

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

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