#FDF570

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

Shades of Witch Haze #FDF570

Tints of Witch Haze #FDF570

Color information

#FDF570 (or 0xFDF570) is unknown color: approx Witch Haze. HEX triplet: FD, F5 and 70. RGB value is (253,245,112). Sum of RGB (Red+Green+Blue) = 253+245+112=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 245 (96.09% from 255 or 40.16% from 610); Blue value is 112 (44.14% from 255 or 18.36% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF570 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF570 is #020A8F. Grayscale: #E8E8E8. Windows color (decimal): -133776 or 7403005. OLE color: 7403005.

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

Color convert

RGB253245112-
CMYK00.030.560.01
HSL56.6º97.24%71.57%-
HSV(B)56.6º55.73%99.22%-
XYZ76.0987.3628.18-
YUV232.2360.15142.81-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.48%
GREEN value IS 245 (96.09% from 255) = 40.16%
BLUE value IS 112 (44.14% from 255) = 18.36%
R=41.48%
G=40.16%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324511200.030.560.0156.697.2471.57
HexFDF57003381396148
Octal3753651600370171141110
Binary11111101111101011110000011111000111100111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF570; }

 p { color: rgb(253,245,112); }

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

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

 a { background-color: rgb(253,245,112); }

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

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

 span { border-color: rgb(253,245,112); }

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