Shades of My Sin #FFAD45
Tints of My Sin #FFAD45
RGB
CMYK
RGB Variations
Color information
#FFAD45 (or 0xFFAD45) is known color: My Sin. HEX triplet: FF, AD and 45. RGB value is (255,173,69). Sum of RGB (Red+Green+Blue) = 255+173+69=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 69 (27.34% from 255 or 13.88% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAD45 is #0052BA. Grayscale: #BABABA. Windows color (decimal): -21179 or 4566527. OLE color: 4566527.
HSL color Cylindrical-coordinate representation of color #FFAD45: hue angle of 33.55º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFAD45 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 69 | - |
| CMYK | 0 | 0.32 | 0.73 | 0 |
| HSL | 33.55º | 1% | 0.64% | - |
| HSV(B) | 33.55º | 0.73% | 1% | - |
| XYZ | 57.26 | 51.58 | 12.57 | - |
| YUV | 185.66 | 62.17 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 69 | 0 | 0.32 | 0.73 | 0 | 33.55 | 1 | 0.64 |
| Hex | FF | AD | 45 | 0 | 20 | 49 | 0 | 22 | 64 | 40 |
| Octal | 377 | 255 | 105 | 0 | 40 | 111 | 0 | 42 | 144 | 100 |
| Binary | 11111111 | 10101101 | 1000101 | 0 | 100000 | 1001001 | 0 | 100010 | 1100100 | 1000000 |
Color Harmonies of #FFAD45
Complementary color
Monochromatic Colors of #FFAD45
Black with #FFAD45
Text Example
Text Example
White with #FFAD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD45; }
p { color: rgb(255,173,69); }
H1.HeaderClassName
{
color: #FFAD45;
}
.AnyTagClassName
{
color: #FFAD45;
}
</style>
background-color css
<style>
a { background-color: #FFAD45; }
a { background-color: rgb(255,173,69); }
div.DivClassName
{
background-color: #FFAD45;
}
.BgClassName
{
background-color: #FFAD45;
}
</style>
border-color css
<style>
span { border-color: #FFAD45; }
span { border-color: rgb(255,173,69); }
td.TdClassName
{
border-color: #FFAD45;
}
.TagClassName
{
border-color: #FFAD45;
}
</style>