Html Css Color HEX #FEF17F Witch Haze

📋 copy color: '#FEF17F'

red 254 ◦ green 241 ◦ blue 127

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

Shades of Witch Haze #FEF17F

Tints of Witch Haze #FEF17F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 20.42%

R = 40.84%
G = 38.75%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEF17F (or 0xFEF17F) is known color: Witch Haze. HEX triplet: FE, F1 and 7F. RGB value is (254,241,127). Sum of RGB (Red+Green+Blue) = 254+241+127=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 241 (94.53% from 255 or 38.75% from 622); Blue value is 127 (50% from 255 or 20.42% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF17F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF17F is #010E80. Grayscale: #E8E8E8. Windows color (decimal): -69249 or 8385022. OLE color: 8385022.

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

Color convert

RGB 254 241 127 -
CMYK 0 0.05 0.50 0.00
HSL 53.86º 0.98% 0.75% -
HSV(B) 53.86º 0.5% 1% -
XYZ 76.16 85.51 32.57 -
YUV 231.89 68.81 143.77 -
System Red Green Blue C M Y K H S L
Decimal 254 241 127 0 0.05 0.50 0.00 53.86 0.98 0.75
Hex FE F1 7F 0 5 32 0 36 62 4B
Octal 376 361 177 0 5 62 0 66 142 113
Binary 11111110 11110001 1111111 0 101 110010 0 110110 1100010 1001011

Color Harmonies of #FEF17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF17F

Black with #FEF17F

Text Example


Text Example

White with #FEF17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF17F; }

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

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

background-color css

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

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

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

border-color css

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

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

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