Html Css Color HEX #FEF46B Witch Haze

📋 copy color: '#FEF46B'

red 254 ◦ green 244 ◦ blue 107

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

Shades of Witch Haze #FEF46B

Tints of Witch Haze #FEF46B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 17.69%

R = 41.98%
G = 40.33%
B = 17.69%

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

#FEF46B (or 0xFEF46B) is known color: Witch Haze. HEX triplet: FE, F4 and 6B. RGB value is (254,244,107). Sum of RGB (Red+Green+Blue) = 254+244+107=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 244 (95.70% from 255 or 40.33% from 605); Blue value is 107 (42.19% from 255 or 17.69% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF46B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF46B is #010B94. Grayscale: #E7E7E7. Windows color (decimal): -68501 or 7075070. OLE color: 7075070.

HSL color Cylindrical-coordinate representation of color #FEF46B: hue angle of 55.92º 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 #FEF46B is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 244 107 -
CMYK 0 0.04 0.58 0.00
HSL 55.92º 0.99% 0.71% -
HSV(B) 55.92º 0.58% 1% -
XYZ 75.88 86.83 26.67 -
YUV 231.37 57.81 144.14 -
System Red Green Blue C M Y K H S L
Decimal 254 244 107 0 0.04 0.58 0.00 55.92 0.99 0.71
Hex FE F4 6B 0 4 3A 0 38 63 47
Octal 376 364 153 0 4 72 0 70 143 107
Binary 11111110 11110100 1101011 0 100 111010 0 111000 1100011 1000111

Color Harmonies of #FEF46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF46B

Black with #FEF46B

Text Example


Text Example

White with #FEF46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF46B; }

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

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

background-color css

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

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

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

border-color css

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

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

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