Html Css Color HEX #FEFD80 Witch Haze

📋 copy color: '#FEFD80'

red 254 ◦ green 253 ◦ blue 128

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

Shades of Witch Haze #FEFD80

Tints of Witch Haze #FEFD80

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.84%

 BLUE value IS 128 (50.39% from 255) = 20.16%

R = 40%
G = 39.84%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEFD80 (or 0xFEFD80) is known color: Witch Haze. HEX triplet: FE, FD and 80. RGB value is (254,253,128). Sum of RGB (Red+Green+Blue) = 254+253+128=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 128 (50.39% from 255 or 20.16% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFD80 is #01027F. Grayscale: #EFEFEF. Windows color (decimal): -66176 or 8453630. OLE color: 8453630.

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

Color convert

RGB 254 253 128 -
CMYK 0 0.00 0.50 0.00
HSL 59.52º 0.98% 0.75% -
HSV(B) 59.52º 0.5% 1% -
XYZ 79.89 92.88 34.14 -
YUV 239.05 65.33 138.66 -
System Red Green Blue C M Y K H S L
Decimal 254 253 128 0 0.00 0.50 0.00 59.52 0.98 0.75
Hex FE FD 80 0 0 32 0 3C 62 4B
Octal 376 375 200 0 0 62 0 74 142 113
Binary 11111110 11111101 10000000 0 0 110010 0 111100 1100010 1001011

Color Harmonies of #FEFD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFD80

Black with #FEFD80

Text Example


Text Example

White with #FEFD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFD80; }

 p { color: rgb(254,253,128); }

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

background-color css

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

 a { background-color: rgb(254,253,128); }

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

border-color css

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

 span { border-color: rgb(254,253,128); }

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