Shades of My Sin #FFA749
Tints of My Sin #FFA749
RGB
CMYK
RGB Variations
Color information
#FFA749 (or 0xFFA749) is known color: My Sin. HEX triplet: FF, A7 and 49. RGB value is (255,167,73). Sum of RGB (Red+Green+Blue) = 255+167+73=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 73 (28.91% from 255 or 14.75% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA749 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA749 is #0058B6. Grayscale: #B7B7B7. Windows color (decimal): -22711 or 4827135. OLE color: 4827135.
HSL color Cylindrical-coordinate representation of color #FFA749: hue angle of 30.99º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFA749 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 73 | - |
| CMYK | 0 | 0.35 | 0.71 | 0 |
| HSL | 30.99º | 1% | 0.64% | - |
| HSV(B) | 30.99º | 0.71% | 1% | - |
| XYZ | 56.26 | 49.38 | 12.87 | - |
| YUV | 182.6 | 66.15 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 73 | 0 | 0.35 | 0.71 | 0 | 30.99 | 1 | 0.64 |
| Hex | FF | A7 | 49 | 0 | 23 | 47 | 0 | 1F | 64 | 40 |
| Octal | 377 | 247 | 111 | 0 | 43 | 107 | 0 | 37 | 144 | 100 |
| Binary | 11111111 | 10100111 | 1001001 | 0 | 100011 | 1000111 | 0 | 11111 | 1100100 | 1000000 |
Color Harmonies of #FFA749
Complementary color
Monochromatic Colors of #FFA749
Black with #FFA749
Text Example
Text Example
White with #FFA749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA749; }
p { color: rgb(255,167,73); }
H1.HeaderClassName
{
color: #FFA749;
}
.AnyTagClassName
{
color: #FFA749;
}
</style>
background-color css
<style>
a { background-color: #FFA749; }
a { background-color: rgb(255,167,73); }
div.DivClassName
{
background-color: #FFA749;
}
.BgClassName
{
background-color: #FFA749;
}
</style>
border-color css
<style>
span { border-color: #FFA749; }
span { border-color: rgb(255,167,73); }
td.TdClassName
{
border-color: #FFA749;
}
.TagClassName
{
border-color: #FFA749;
}
</style>