Html Css Color HEX #FEF982 Witch Haze

📋 copy color: '#FEF982'

red 254 ◦ green 249 ◦ blue 130

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

Shades of Witch Haze #FEF982

Tints of Witch Haze #FEF982

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.34%

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

R = 40.13%
G = 39.34%
B = 20.54%

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

#FEF982 (or 0xFEF982) is known color: Witch Haze. HEX triplet: FE, F9 and 82. RGB value is (254,249,130). Sum of RGB (Red+Green+Blue) = 254+249+130=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 249 (97.66% from 255 or 39.34% from 633); Blue value is 130 (51.17% from 255 or 20.54% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF982 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF982 is #01067D. Grayscale: #EDEDED. Windows color (decimal): -67198 or 8583678. OLE color: 8583678.

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

Color convert

RGB 254 249 130 -
CMYK 0 0.02 0.49 0.00
HSL 57.58º 0.98% 0.75% -
HSV(B) 57.58º 0.49% 1% -
XYZ 78.78 90.43 34.42 -
YUV 236.93 67.66 140.18 -
System Red Green Blue C M Y K H S L
Decimal 254 249 130 0 0.02 0.49 0.00 57.58 0.98 0.75
Hex FE F9 82 0 2 31 0 3A 62 4B
Octal 376 371 202 0 2 61 0 72 142 113
Binary 11111110 11111001 10000010 0 10 110001 0 111010 1100010 1001011

Color Harmonies of #FEF982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF982

Black with #FEF982

Text Example


Text Example

White with #FEF982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF982; }

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

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

background-color css

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

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

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

border-color css

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

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

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