#FDAD45

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

Shades of My Sin #FDAD45

Tints of My Sin #FDAD45

Color information

#FDAD45 (or 0xFDAD45) is unknown color: approx My Sin. HEX triplet: FD, AD and 45. RGB value is (253,173,69). Sum of RGB (Red+Green+Blue) = 253+173+69=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 69 (27.34% from 255 or 13.94% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAD45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAD45 is #0252BA. Grayscale: #B9B9B9. Windows color (decimal): -152251 or 4566525. OLE color: 4566525.

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

Color convert

RGB25317369-
CMYK00.320.730.01
HSL33.91º97.87%63.14%-
HSV(B)33.91º72.73%99.22%-
XYZ56.5351.212.53-
YUV185.0662.5176.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.11%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 69 (27.34% from 255) = 13.94%
R=51.11%
G=34.95%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531736900.320.730.0133.9197.8763.14
HexFDAD4502049122623f
Octal37525510504011114214277
Binary111111011010110110001010100000100100111000101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAD45; }

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

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

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

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

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

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

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

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