Html Css Color HEX #FEF17C Witch Haze

📋 copy color: '#FEF17C'

red 254 ◦ green 241 ◦ blue 124

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

Shades of Witch Haze #FEF17C

Tints of Witch Haze #FEF17C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 20.03%

R = 41.03%
G = 38.93%
B = 20.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FEF17C (or 0xFEF17C) is known color: Witch Haze. HEX triplet: FE, F1 and 7C. RGB value is (254,241,124). Sum of RGB (Red+Green+Blue) = 254+241+124=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 124 (48.83% from 255 or 20.03% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF17C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF17C is #010E83. Grayscale: #E8E8E8. Windows color (decimal): -69252 or 8188414. OLE color: 8188414.

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

Color convert

RGB 254 241 124 -
CMYK 0 0.05 0.51 0.00
HSL 54º 0.98% 0.74% -
HSV(B) 54º 0.51% 1% -
XYZ 75.97 85.44 31.56 -
YUV 231.55 67.31 144.01 -
System Red Green Blue C M Y K H S L
Decimal 254 241 124 0 0.05 0.51 0.00 54 0.98 0.74
Hex FE F1 7C 0 5 33 0 36 62 4A
Octal 376 361 174 0 5 63 0 66 142 112
Binary 11111110 11110001 1111100 0 101 110011 0 110110 1100010 1001010

Color Harmonies of #FEF17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF17C

Black with #FEF17C

Text Example


Text Example

White with #FEF17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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