#FDAE45

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

Shades of My Sin #FDAE45

Tints of My Sin #FDAE45

Color information

#FDAE45 (or 0xFDAE45) is unknown color: approx My Sin. HEX triplet: FD, AE and 45. RGB value is (253,174,69). Sum of RGB (Red+Green+Blue) = 253+174+69=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 69 (27.34% from 255 or 13.91% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAE45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAE45 is #0251BA. Grayscale: #BABABA. Windows color (decimal): -151995 or 4566781. OLE color: 4566781.

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

Color convert

RGB25317469-
CMYK00.310.730.01
HSL34.24º97.87%63.14%-
HSV(B)34.24º72.73%99.22%-
XYZ56.7251.5812.6-
YUV185.6562.17176.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.01%
GREEN value IS 174 (68.36% from 255) = 35.08%
BLUE value IS 69 (27.34% from 255) = 13.91%
R=51.01%
G=35.08%
B=13.91%

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
Decimal2531746900.310.730.0134.2497.8763.14
HexFDAE4501F49122623f
Octal37525610503711114214277
Binary11111101101011101000101011111100100111000101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAE45; }

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

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

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

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

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

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

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

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