Html Css Color HEX #FEF57D Witch Haze

📋 copy color: '#FEF57D'

red 254 ◦ green 245 ◦ blue 125

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

Shades of Witch Haze #FEF57D

Tints of Witch Haze #FEF57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 20.03%

R = 40.71%
G = 39.26%
B = 20.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FEF57D (or 0xFEF57D) is known color: Witch Haze. HEX triplet: FE, F5 and 7D. RGB value is (254,245,125). Sum of RGB (Red+Green+Blue) = 254+245+125=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 245 (96.09% from 255 or 39.26% from 624); Blue value is 125 (49.22% from 255 or 20.03% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF57D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF57D is #010A82. Grayscale: #EAEAEA. Windows color (decimal): -68227 or 8254974. OLE color: 8254974.

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

Color convert

RGB 254 245 125 -
CMYK 0 0.04 0.51 0.00
HSL 55.81º 0.98% 0.74% -
HSV(B) 55.81º 0.51% 1% -
XYZ 77.23 87.86 32.29 -
YUV 234.01 66.48 142.26 -
System Red Green Blue C M Y K H S L
Decimal 254 245 125 0 0.04 0.51 0.00 55.81 0.98 0.74
Hex FE F5 7D 0 4 33 0 38 62 4A
Octal 376 365 175 0 4 63 0 70 142 112
Binary 11111110 11110101 1111101 0 100 110011 0 111000 1100010 1001010

Color Harmonies of #FEF57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF57D

Black with #FEF57D

Text Example


Text Example

White with #FEF57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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