Html Css Color HEX #FEF56D Witch Haze

📋 copy color: '#FEF56D'

red 254 ◦ green 245 ◦ blue 109

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

Shades of Witch Haze #FEF56D

Tints of Witch Haze #FEF56D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 17.93%

R = 41.78%
G = 40.3%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FEF56D (or 0xFEF56D) is known color: Witch Haze. HEX triplet: FE, F5 and 6D. RGB value is (254,245,109). Sum of RGB (Red+Green+Blue) = 254+245+109=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 245 (96.09% from 255 or 40.30% from 608); Blue value is 109 (42.97% from 255 or 17.93% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF56D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF56D is #010A92. Grayscale: #E8E8E8. Windows color (decimal): -68243 or 7206398. OLE color: 7206398.

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

Color convert

RGB 254 245 109 -
CMYK 0 0.04 0.57 0.00
HSL 56.28º 0.99% 0.71% -
HSV(B) 56.28º 0.57% 1% -
XYZ 76.29 87.48 27.33 -
YUV 232.19 58.48 143.56 -
System Red Green Blue C M Y K H S L
Decimal 254 245 109 0 0.04 0.57 0.00 56.28 0.99 0.71
Hex FE F5 6D 0 4 39 0 38 63 47
Octal 376 365 155 0 4 71 0 70 143 107
Binary 11111110 11110101 1101101 0 100 111001 0 111000 1100011 1000111

Color Harmonies of #FEF56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF56D

Black with #FEF56D

Text Example


Text Example

White with #FEF56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF56D; }

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

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

background-color css

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

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

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

border-color css

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

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

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