Html Css Color HEX #FDF582 Witch Haze

📋 copy color: '#FDF582'

red 253 ◦ green 245 ◦ blue 130

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

Shades of Witch Haze #FDF582

Tints of Witch Haze #FDF582

RGB

 RED value IS 253 (99.22% from 255) = 40.29%

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

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

R = 40.29%
G = 39.01%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDF582 (or 0xFDF582) is known color: Witch Haze. HEX triplet: FD, F5 and 82. RGB value is (253,245,130). Sum of RGB (Red+Green+Blue) = 253+245+130=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 245 (96.09% from 255 or 39.01% from 628); Blue value is 130 (51.17% from 255 or 20.70% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF582 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF582 is #020A7D. Grayscale: #EAEAEA. Windows color (decimal): -133758 or 8582653. OLE color: 8582653.

HSL color Cylindrical-coordinate representation of color #FDF582: hue angle of 56.1º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FDF582 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 245 130 -
CMYK 0 0.03 0.49 0.01
HSL 56.1º 0.97% 0.75% -
HSV(B) 56.1º 0.49% 0.99% -
XYZ 77.19 87.8 34 -
YUV 234.28 69.15 141.35 -
System Red Green Blue C M Y K H S L
Decimal 253 245 130 0 0.03 0.49 0.01 56.1 0.97 0.75
Hex FD F5 82 0 3 31 1 38 61 4B
Octal 375 365 202 0 3 61 1 70 141 113
Binary 11111101 11110101 10000010 0 11 110001 1 111000 1100001 1001011

Color Harmonies of #FDF582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF582

Black with #FDF582

Text Example


Text Example

White with #FDF582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF582; }

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

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

background-color css

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

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

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

border-color css

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

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

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