#FDFA75

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

Shades of Witch Haze #FDFA75

Tints of Witch Haze #FDFA75

Color information

#FDFA75 (or 0xFDFA75) is unknown color: approx Witch Haze. HEX triplet: FD, FA and 75. RGB value is (253,250,117). Sum of RGB (Red+Green+Blue) = 253+250+117=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 117 (46.09% from 255 or 18.87% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFA75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFA75 is #02058A. Grayscale: #ECECEC. Windows color (decimal): -132491 or 7731965. OLE color: 7731965.

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

Color convert

RGB253250117-
CMYK00.010.540.01
HSL58.68º97.14%72.55%-
HSV(B)58.68º53.75%99.22%-
XYZ77.990.5430.2-
YUV235.7460.99140.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.81%
GREEN value IS 250 (98.05% from 255) = 40.32%
BLUE value IS 117 (46.09% from 255) = 18.87%
R=40.81%
G=40.32%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325011700.010.540.0158.6897.1472.55
HexFDFA75013613b6149
Octal3753721650166173141111
Binary1111110111111010111010101110110111101111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFA75; }

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

 H1.HeaderClassName
 {
   color: #FDFA75;
 }
 .AnyTagClassName
 {
   color: #FDFA75;
 }
</style>
background-color css

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

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

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

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

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

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