Shades of My Sin #FFAB4D
Tints of My Sin #FFAB4D
RGB
CMYK
RGB Variations
Color information
#FFAB4D (or 0xFFAB4D) is known color: My Sin. HEX triplet: FF, AB and 4D. RGB value is (255,171,77). Sum of RGB (Red+Green+Blue) = 255+171+77=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 77 (30.47% from 255 or 15.31% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAB4D is #0054B2. Grayscale: #B9B9B9. Windows color (decimal): -21683 or 5090303. OLE color: 5090303.
HSL color Cylindrical-coordinate representation of color #FFAB4D: hue angle of 31.69º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFAB4D is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 77 | - |
| CMYK | 0 | 0.33 | 0.70 | 0 |
| HSL | 31.69º | 1% | 0.65% | - |
| HSV(B) | 31.69º | 0.7% | 1% | - |
| XYZ | 57.14 | 50.92 | 13.84 | - |
| YUV | 185.4 | 66.83 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 77 | 0 | 0.33 | 0.70 | 0 | 31.69 | 1 | 0.65 |
| Hex | FF | AB | 4D | 0 | 21 | 46 | 0 | 20 | 64 | 41 |
| Octal | 377 | 253 | 115 | 0 | 41 | 106 | 0 | 40 | 144 | 101 |
| Binary | 11111111 | 10101011 | 1001101 | 0 | 100001 | 1000110 | 0 | 100000 | 1100100 | 1000001 |
Color Harmonies of #FFAB4D
Complementary color
Monochromatic Colors of #FFAB4D
Black with #FFAB4D
Text Example
Text Example
White with #FFAB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB4D; }
p { color: rgb(255,171,77); }
H1.HeaderClassName
{
color: #FFAB4D;
}
.AnyTagClassName
{
color: #FFAB4D;
}
</style>
background-color css
<style>
a { background-color: #FFAB4D; }
a { background-color: rgb(255,171,77); }
div.DivClassName
{
background-color: #FFAB4D;
}
.BgClassName
{
background-color: #FFAB4D;
}
</style>
border-color css
<style>
span { border-color: #FFAB4D; }
span { border-color: rgb(255,171,77); }
td.TdClassName
{
border-color: #FFAB4D;
}
.TagClassName
{
border-color: #FFAB4D;
}
</style>