Html Css Color HEX #FEF882 Witch Haze

📋 copy color: '#FEF882'

red 254 ◦ green 248 ◦ blue 130

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

Shades of Witch Haze #FEF882

Tints of Witch Haze #FEF882

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.24%

 BLUE value IS 130 (51.17% from 255) = 20.57%

R = 40.19%
G = 39.24%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FEF882 (or 0xFEF882) is known color: Witch Haze. HEX triplet: FE, F8 and 82. RGB value is (254,248,130). Sum of RGB (Red+Green+Blue) = 254+248+130=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 248 (97.27% from 255 or 39.24% from 632); Blue value is 130 (51.17% from 255 or 20.57% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF882 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF882 is #01077D. Grayscale: #ECECEC. Windows color (decimal): -67454 or 8583422. OLE color: 8583422.

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

Color convert

RGB 254 248 130 -
CMYK 0 0.02 0.49 0.00
HSL 57.1º 0.98% 0.75% -
HSV(B) 57.1º 0.49% 1% -
XYZ 78.47 89.82 34.32 -
YUV 236.34 67.99 140.59 -
System Red Green Blue C M Y K H S L
Decimal 254 248 130 0 0.02 0.49 0.00 57.1 0.98 0.75
Hex FE F8 82 0 2 31 0 39 62 4B
Octal 376 370 202 0 2 61 0 71 142 113
Binary 11111110 11111000 10000010 0 10 110001 0 111001 1100010 1001011

Color Harmonies of #FEF882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF882

Black with #FEF882

Text Example


Text Example

White with #FEF882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF882; }

 p { color: rgb(254,248,130); }

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

background-color css

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

 a { background-color: rgb(254,248,130); }

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

border-color css

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

 span { border-color: rgb(254,248,130); }

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