Html Css Color HEX #FDF982 Witch Haze

📋 copy color: '#FDF982'

red 253 ◦ green 249 ◦ blue 130

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

Shades of Witch Haze #FDF982

Tints of Witch Haze #FDF982

RGB

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

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

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

R = 40.03%
G = 39.4%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDF982 (or 0xFDF982) is known color: Witch Haze. HEX triplet: FD, F9 and 82. RGB value is (253,249,130). Sum of RGB (Red+Green+Blue) = 253+249+130=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 249 (97.66% from 255 or 39.40% from 632); Blue value is 130 (51.17% from 255 or 20.57% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF982 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF982 is #02067D. Grayscale: #EDEDED. Windows color (decimal): -132734 or 8583677. OLE color: 8583677.

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

Color convert

RGB 253 249 130 -
CMYK 0 0.02 0.49 0.01
HSL 58.05º 0.97% 0.75% -
HSV(B) 58.05º 0.49% 0.99% -
XYZ 78.41 90.25 34.41 -
YUV 236.63 67.83 139.68 -
System Red Green Blue C M Y K H S L
Decimal 253 249 130 0 0.02 0.49 0.01 58.05 0.97 0.75
Hex FD F9 82 0 2 31 1 3A 61 4B
Octal 375 371 202 0 2 61 1 72 141 113
Binary 11111101 11111001 10000010 0 10 110001 1 111010 1100001 1001011

Color Harmonies of #FDF982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF982

Black with #FDF982

Text Example


Text Example

White with #FDF982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF982; }

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

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

background-color css

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

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

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

border-color css

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

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

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