Html Css Color HEX #FEF46A Witch Haze

📋 copy color: '#FEF46A'

red 254 ◦ green 244 ◦ blue 106

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

Shades of Witch Haze #FEF46A

Tints of Witch Haze #FEF46A

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.4%

 BLUE value IS 106 (41.8% from 255) = 17.55%

R = 42.05%
G = 40.4%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FEF46A (or 0xFEF46A) is known color: Witch Haze. HEX triplet: FE, F4 and 6A. RGB value is (254,244,106). Sum of RGB (Red+Green+Blue) = 254+244+106=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 244 (95.70% from 255 or 40.40% from 604); Blue value is 106 (41.80% from 255 or 17.55% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF46A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF46A is #010B95. Grayscale: #E7E7E7. Windows color (decimal): -68502 or 7009534. OLE color: 7009534.

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

Color convert

RGB 254 244 106 -
CMYK 0 0.04 0.58 0.00
HSL 55.95º 0.99% 0.71% -
HSV(B) 55.95º 0.58% 1% -
XYZ 75.83 86.81 26.4 -
YUV 231.26 57.31 144.22 -
System Red Green Blue C M Y K H S L
Decimal 254 244 106 0 0.04 0.58 0.00 55.95 0.99 0.71
Hex FE F4 6A 0 4 3A 0 38 63 47
Octal 376 364 152 0 4 72 0 70 143 107
Binary 11111110 11110100 1101010 0 100 111010 0 111000 1100011 1000111

Color Harmonies of #FEF46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF46A

Black with #FEF46A

Text Example


Text Example

White with #FEF46A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF46A; }

 p { color: rgb(254,244,106); }

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

background-color css

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

 a { background-color: rgb(254,244,106); }

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

border-color css

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

 span { border-color: rgb(254,244,106); }

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