#FDF975

Color #FDF975 Witch Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Witch Haze #FDF975

Tints of Witch Haze #FDF975

Color information

#FDF975 (or 0xFDF975) is unknown color: approx 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

RGB253249117-
CMYK00.020.540.01
HSL58.24º97.14%72.55%-
HSV(B)58.24º53.75%99.22%-
XYZ77.5989.9230.1-
YUV235.1561.33140.73-

RGB Variations

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

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.90%
R=40.87%
G=40.23%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324911700.020.540.0158.2497.1472.55
HexFDF975023613a6149
Octal3753711650266172141111
Binary11111101111110011110101010110110111101011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>