Shades of My Sin #FFAB45
Tints of My Sin #FFAB45
RGB
CMYK
RGB Variations
Color information
#FFAB45 (or 0xFFAB45) is known color: My Sin. HEX triplet: FF, AB and 45. RGB value is (255,171,69). Sum of RGB (Red+Green+Blue) = 255+171+69=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 69 (27.34% from 255 or 13.94% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAB45 is #0054BA. Grayscale: #B8B8B8. Windows color (decimal): -21691 or 4566015. OLE color: 4566015.
HSL color Cylindrical-coordinate representation of color #FFAB45: hue angle of 32.9º 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 #FFAB45 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 69 | - |
| CMYK | 0 | 0.33 | 0.73 | 0 |
| HSL | 32.9º | 1% | 0.64% | - |
| HSV(B) | 32.9º | 0.73% | 1% | - |
| XYZ | 56.88 | 50.82 | 12.44 | - |
| YUV | 184.49 | 62.83 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 69 | 0 | 0.33 | 0.73 | 0 | 32.9 | 1 | 0.64 |
| Hex | FF | AB | 45 | 0 | 21 | 49 | 0 | 21 | 64 | 40 |
| Octal | 377 | 253 | 105 | 0 | 41 | 111 | 0 | 41 | 144 | 100 |
| Binary | 11111111 | 10101011 | 1000101 | 0 | 100001 | 1001001 | 0 | 100001 | 1100100 | 1000000 |
Color Harmonies of #FFAB45
Complementary color
Monochromatic Colors of #FFAB45
Black with #FFAB45
Text Example
Text Example
White with #FFAB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB45; }
p { color: rgb(255,171,69); }
H1.HeaderClassName
{
color: #FFAB45;
}
.AnyTagClassName
{
color: #FFAB45;
}
</style>
background-color css
<style>
a { background-color: #FFAB45; }
a { background-color: rgb(255,171,69); }
div.DivClassName
{
background-color: #FFAB45;
}
.BgClassName
{
background-color: #FFAB45;
}
</style>
border-color css
<style>
span { border-color: #FFAB45; }
span { border-color: rgb(255,171,69); }
td.TdClassName
{
border-color: #FFAB45;
}
.TagClassName
{
border-color: #FFAB45;
}
</style>