Html Css Color HEX #FEF170 Witch Haze

📋 copy color: '#FEF170'

red 254 ◦ green 241 ◦ blue 112

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

Shades of Witch Haze #FEF170

Tints of Witch Haze #FEF170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 18.45%

R = 41.85%
G = 39.7%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEF170 (or 0xFEF170) is known color: Witch Haze. HEX triplet: FE, F1 and 70. RGB value is (254,241,112). Sum of RGB (Red+Green+Blue) = 254+241+112=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 241 (94.53% from 255 or 39.70% from 607); Blue value is 112 (44.14% from 255 or 18.45% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF170 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF170 is #010E8F. Grayscale: #E6E6E6. Windows color (decimal): -69264 or 7401982. OLE color: 7401982.

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

Color convert

RGB 254 241 112 -
CMYK 0 0.05 0.56 0.00
HSL 54.51º 0.99% 0.72% -
HSV(B) 54.51º 0.56% 1% -
XYZ 75.25 85.15 27.8 -
YUV 230.18 61.31 144.99 -
System Red Green Blue C M Y K H S L
Decimal 254 241 112 0 0.05 0.56 0.00 54.51 0.99 0.72
Hex FE F1 70 0 5 38 0 37 63 48
Octal 376 361 160 0 5 70 0 67 143 110
Binary 11111110 11110001 1110000 0 101 111000 0 110111 1100011 1001000

Color Harmonies of #FEF170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF170

Black with #FEF170

Text Example


Text Example

White with #FEF170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF170; }

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

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

background-color css

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

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

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

border-color css

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

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

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