Shades of My Sin #FFAD48
Tints of My Sin #FFAD48
RGB
CMYK
RGB Variations
Color information
#FFAD48 (or 0xFFAD48) is known color: My Sin. HEX triplet: FF, AD and 48. RGB value is (255,173,72). Sum of RGB (Red+Green+Blue) = 255+173+72=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 72 (28.52% from 255 or 14.4% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAD48 is #0052B7. Grayscale: #BABABA. Windows color (decimal): -21176 or 4763135. OLE color: 4763135.
HSL color Cylindrical-coordinate representation of color #FFAD48: hue angle of 33.11º 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 #FFAD48 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 72 | - |
| CMYK | 0 | 0.32 | 0.72 | 0 |
| HSL | 33.11º | 1% | 0.64% | - |
| HSV(B) | 33.11º | 0.72% | 1% | - |
| XYZ | 57.35 | 51.62 | 13.07 | - |
| YUV | 186 | 63.67 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 72 | 0 | 0.32 | 0.72 | 0 | 33.11 | 1 | 0.64 |
| Hex | FF | AD | 48 | 0 | 20 | 48 | 0 | 21 | 64 | 40 |
| Octal | 377 | 255 | 110 | 0 | 40 | 110 | 0 | 41 | 144 | 100 |
| Binary | 11111111 | 10101101 | 1001000 | 0 | 100000 | 1001000 | 0 | 100001 | 1100100 | 1000000 |
Color Harmonies of #FFAD48
Complementary color
Monochromatic Colors of #FFAD48
Black with #FFAD48
Text Example
Text Example
White with #FFAD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD48; }
p { color: rgb(255,173,72); }
H1.HeaderClassName
{
color: #FFAD48;
}
.AnyTagClassName
{
color: #FFAD48;
}
</style>
background-color css
<style>
a { background-color: #FFAD48; }
a { background-color: rgb(255,173,72); }
div.DivClassName
{
background-color: #FFAD48;
}
.BgClassName
{
background-color: #FFAD48;
}
</style>
border-color css
<style>
span { border-color: #FFAD48; }
span { border-color: rgb(255,173,72); }
td.TdClassName
{
border-color: #FFAD48;
}
.TagClassName
{
border-color: #FFAD48;
}
</style>