Html Css Color HEX #FDF975 Witch Haze

📋 copy color: '#FDF975'

red 253 ◦ green 249 ◦ blue 117

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

Shades of Witch Haze #FDF975

Tints of Witch Haze #FDF975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 18.9%

R = 40.87%
G = 40.23%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDF975 (or 0xFDF975) is known color: Witch Haze. HEX triplet: FD, F9 and 75. RGB value is (253,249,117). Sum of RGB (Red+Green+Blue) = 253+249+117=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 249 (97.66% from 255 or 40.23% from 619); Blue value is 117 (46.09% from 255 or 18.90% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF975 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF975 is #02068A. Grayscale: #EBEBEB. Windows color (decimal): -132747 or 7731709. OLE color: 7731709.

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

Color convert

RGB 253 249 117 -
CMYK 0 0.02 0.54 0.01
HSL 58.24º 0.97% 0.73% -
HSV(B) 58.24º 0.54% 0.99% -
XYZ 77.59 89.92 30.1 -
YUV 235.15 61.33 140.73 -
System Red Green Blue C M Y K H S L
Decimal 253 249 117 0 0.02 0.54 0.01 58.24 0.97 0.73
Hex FD F9 75 0 2 36 1 3A 61 49
Octal 375 371 165 0 2 66 1 72 141 111
Binary 11111101 11111001 1110101 0 10 110110 1 111010 1100001 1001001

Color Harmonies of #FDF975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF975

Black with #FDF975

Text Example


Text Example

White with #FDF975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF975; }

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

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

background-color css

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

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

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

border-color css

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

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

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