Shades of My Sin #FFA545
Tints of My Sin #FFA545
RGB
CMYK
RGB Variations
Color information
#FFA545 (or 0xFFA545) is known color: My Sin. HEX triplet: FF, A5 and 45. RGB value is (255,165,69). Sum of RGB (Red+Green+Blue) = 255+165+69=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 69 (27.34% from 255 or 14.11% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA545 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA545 is #005ABA. Grayscale: #B5B5B5. Windows color (decimal): -23227 or 4564479. OLE color: 4564479.
HSL color Cylindrical-coordinate representation of color #FFA545: hue angle of 30.97º 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 #FFA545 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 69 | - |
| CMYK | 0 | 0.35 | 0.73 | 0 |
| HSL | 30.97º | 1% | 0.64% | - |
| HSV(B) | 30.97º | 0.73% | 1% | - |
| XYZ | 55.77 | 48.6 | 12.07 | - |
| YUV | 180.97 | 64.82 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 69 | 0 | 0.35 | 0.73 | 0 | 30.97 | 1 | 0.64 |
| Hex | FF | A5 | 45 | 0 | 23 | 49 | 0 | 1F | 64 | 40 |
| Octal | 377 | 245 | 105 | 0 | 43 | 111 | 0 | 37 | 144 | 100 |
| Binary | 11111111 | 10100101 | 1000101 | 0 | 100011 | 1001001 | 0 | 11111 | 1100100 | 1000000 |
Color Harmonies of #FFA545
Complementary color
Monochromatic Colors of #FFA545
Black with #FFA545
Text Example
Text Example
White with #FFA545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA545; }
p { color: rgb(255,165,69); }
H1.HeaderClassName
{
color: #FFA545;
}
.AnyTagClassName
{
color: #FFA545;
}
</style>
background-color css
<style>
a { background-color: #FFA545; }
a { background-color: rgb(255,165,69); }
div.DivClassName
{
background-color: #FFA545;
}
.BgClassName
{
background-color: #FFA545;
}
</style>
border-color css
<style>
span { border-color: #FFA545; }
span { border-color: rgb(255,165,69); }
td.TdClassName
{
border-color: #FFA545;
}
.TagClassName
{
border-color: #FFA545;
}
</style>