Shades of My Sin #FFA848
Tints of My Sin #FFA848
RGB
CMYK
RGB Variations
Color information
#FFA848 (or 0xFFA848) is known color: My Sin. HEX triplet: FF, A8 and 48. RGB value is (255,168,72). Sum of RGB (Red+Green+Blue) = 255+168+72=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 72 (28.52% from 255 or 14.55% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA848 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA848 is #0057B7. Grayscale: #B7B7B7. Windows color (decimal): -22456 or 4761855. OLE color: 4761855.
HSL color Cylindrical-coordinate representation of color #FFA848: hue angle of 31.48º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFA848 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 72 | - |
| CMYK | 0 | 0.34 | 0.72 | 0 |
| HSL | 31.48º | 1% | 0.64% | - |
| HSV(B) | 31.48º | 0.72% | 1% | - |
| XYZ | 56.41 | 49.73 | 12.76 | - |
| YUV | 183.07 | 65.32 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 72 | 0 | 0.34 | 0.72 | 0 | 31.48 | 1 | 0.64 |
| Hex | FF | A8 | 48 | 0 | 22 | 48 | 0 | 1F | 64 | 40 |
| Octal | 377 | 250 | 110 | 0 | 42 | 110 | 0 | 37 | 144 | 100 |
| Binary | 11111111 | 10101000 | 1001000 | 0 | 100010 | 1001000 | 0 | 11111 | 1100100 | 1000000 |
Color Harmonies of #FFA848
Complementary color
Monochromatic Colors of #FFA848
Black with #FFA848
Text Example
Text Example
White with #FFA848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA848; }
p { color: rgb(255,168,72); }
H1.HeaderClassName
{
color: #FFA848;
}
.AnyTagClassName
{
color: #FFA848;
}
</style>
background-color css
<style>
a { background-color: #FFA848; }
a { background-color: rgb(255,168,72); }
div.DivClassName
{
background-color: #FFA848;
}
.BgClassName
{
background-color: #FFA848;
}
</style>
border-color css
<style>
span { border-color: #FFA848; }
span { border-color: rgb(255,168,72); }
td.TdClassName
{
border-color: #FFA848;
}
.TagClassName
{
border-color: #FFA848;
}
</style>