#FDAF45

Color #FDAF45 My Sin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of My Sin #FDAF45

Tints of My Sin #FDAF45

Color information

#FDAF45 (or 0xFDAF45) is unknown color: approx My Sin. HEX triplet: FD, AF and 45. RGB value is (253,175,69). Sum of RGB (Red+Green+Blue) = 253+175+69=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 69 (27.34% from 255 or 13.88% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAF45 is #0250BA. Grayscale: #BABABA. Windows color (decimal): -151739 or 4567037. OLE color: 4567037.

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

Color convert

RGB25317569-
CMYK00.310.730.01
HSL34.57º97.87%63.14%-
HSV(B)34.57º72.73%99.22%-
XYZ56.9151.9712.66-
YUV186.2461.84175.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.91%
GREEN value IS 175 (68.75% from 255) = 35.21%
BLUE value IS 69 (27.34% from 255) = 13.88%
R=50.91%
G=35.21%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531756900.310.730.0134.5797.8763.14
HexFDAF4501F49123623f
Octal37525710503711114314277
Binary11111101101011111000101011111100100111000111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAF45; }

 p { color: rgb(253,175,69); }

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

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

 a { background-color: rgb(253,175,69); }

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

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

 span { border-color: rgb(253,175,69); }

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