Html Css Color HEX #FEF582 Witch Haze

📋 copy color: '#FEF582'

red 254 ◦ green 245 ◦ blue 130

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

Shades of Witch Haze #FEF582

Tints of Witch Haze #FEF582

RGB

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

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

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

R = 40.38%
G = 38.95%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FEF582 (or 0xFEF582) is known color: Witch Haze. HEX triplet: FE, F5 and 82. RGB value is (254,245,130). Sum of RGB (Red+Green+Blue) = 254+245+130=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 245 (96.09% from 255 or 38.95% from 629); Blue value is 130 (51.17% from 255 or 20.67% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF582 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF582 is #010A7D. Grayscale: #EBEBEB. Windows color (decimal): -68222 or 8582654. OLE color: 8582654.

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

Color convert

RGB 254 245 130 -
CMYK 0 0.04 0.49 0.00
HSL 55.65º 0.98% 0.75% -
HSV(B) 55.65º 0.49% 1% -
XYZ 77.55 87.99 34.01 -
YUV 234.58 68.98 141.85 -
System Red Green Blue C M Y K H S L
Decimal 254 245 130 0 0.04 0.49 0.00 55.65 0.98 0.75
Hex FE F5 82 0 4 31 0 38 62 4B
Octal 376 365 202 0 4 61 0 70 142 113
Binary 11111110 11110101 10000010 0 100 110001 0 111000 1100010 1001011

Color Harmonies of #FEF582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF582

Black with #FEF582

Text Example


Text Example

White with #FEF582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF582; }

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

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

background-color css

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

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

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

border-color css

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

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

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