Html Css Color HEX #FEF56A Witch Haze

📋 copy color: '#FEF56A'

red 254 ◦ green 245 ◦ blue 106

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

Shades of Witch Haze #FEF56A

Tints of Witch Haze #FEF56A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.5%

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

R = 41.98%
G = 40.5%
B = 17.52%

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

#FEF56A (or 0xFEF56A) is known color: Witch Haze. HEX triplet: FE, F5 and 6A. RGB value is (254,245,106). Sum of RGB (Red+Green+Blue) = 254+245+106=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 245 (96.09% from 255 or 40.50% from 605); Blue value is 106 (41.80% from 255 or 17.52% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF56A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF56A is #010A95. Grayscale: #E8E8E8. Windows color (decimal): -68246 or 7009790. OLE color: 7009790.

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

Color convert

RGB 254 245 106 -
CMYK 0 0.04 0.58 0.00
HSL 56.35º 0.99% 0.71% -
HSV(B) 56.35º 0.58% 1% -
XYZ 76.13 87.42 26.5 -
YUV 231.85 56.98 143.8 -
System Red Green Blue C M Y K H S L
Decimal 254 245 106 0 0.04 0.58 0.00 56.35 0.99 0.71
Hex FE F5 6A 0 4 3A 0 38 63 47
Octal 376 365 152 0 4 72 0 70 143 107
Binary 11111110 11110101 1101010 0 100 111010 0 111000 1100011 1000111

Color Harmonies of #FEF56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF56A

Black with #FEF56A

Text Example


Text Example

White with #FEF56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF56A; }

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

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

background-color css

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

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

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

border-color css

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

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

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