Html Css Color HEX #FDF976 Witch Haze

📋 copy color: '#FDF976'

red 253 ◦ green 249 ◦ blue 118

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

Shades of Witch Haze #FDF976

Tints of Witch Haze #FDF976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 19.03%

R = 40.81%
G = 40.16%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDF976 (or 0xFDF976) is known color: Witch Haze. HEX triplet: FD, F9 and 76. RGB value is (253,249,118). Sum of RGB (Red+Green+Blue) = 253+249+118=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 249 (97.66% from 255 or 40.16% from 620); Blue value is 118 (46.48% from 255 or 19.03% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF976 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF976 is #020689. Grayscale: #EBEBEB. Windows color (decimal): -132746 or 7797245. OLE color: 7797245.

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

Color convert

RGB 253 249 118 -
CMYK 0 0.02 0.53 0.01
HSL 58.22º 0.97% 0.73% -
HSV(B) 58.22º 0.53% 0.99% -
XYZ 77.65 89.94 30.41 -
YUV 235.26 61.83 140.65 -
System Red Green Blue C M Y K H S L
Decimal 253 249 118 0 0.02 0.53 0.01 58.22 0.97 0.73
Hex FD F9 76 0 2 35 1 3A 61 49
Octal 375 371 166 0 2 65 1 72 141 111
Binary 11111101 11111001 1110110 0 10 110101 1 111010 1100001 1001001

Color Harmonies of #FDF976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF976

Black with #FDF976

Text Example


Text Example

White with #FDF976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF976; }

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

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

background-color css

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

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

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

border-color css

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

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

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