Shades of My Sin #FFAF4A
Tints of My Sin #FFAF4A
RGB
CMYK
RGB Variations
Color information
#FFAF4A (or 0xFFAF4A) is known color: My Sin. HEX triplet: FF, AF and 4A. RGB value is (255,175,74). Sum of RGB (Red+Green+Blue) = 255+175+74=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 74 (29.30% from 255 or 14.68% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF4A is #0050B5. Grayscale: #BBBBBB. Windows color (decimal): -20662 or 4894719. OLE color: 4894719.
HSL color Cylindrical-coordinate representation of color #FFAF4A: hue angle of 33.48º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFAF4A is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 74 | - |
| CMYK | 0 | 0.31 | 0.71 | 0 |
| HSL | 33.48º | 1% | 0.65% | - |
| HSV(B) | 33.48º | 0.71% | 1% | - |
| XYZ | 57.81 | 52.41 | 13.55 | - |
| YUV | 187.41 | 64 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 74 | 0 | 0.31 | 0.71 | 0 | 33.48 | 1 | 0.65 |
| Hex | FF | AF | 4A | 0 | 1F | 47 | 0 | 21 | 64 | 41 |
| Octal | 377 | 257 | 112 | 0 | 37 | 107 | 0 | 41 | 144 | 101 |
| Binary | 11111111 | 10101111 | 1001010 | 0 | 11111 | 1000111 | 0 | 100001 | 1100100 | 1000001 |
Color Harmonies of #FFAF4A
Complementary color
Monochromatic Colors of #FFAF4A
Black with #FFAF4A
Text Example
Text Example
White with #FFAF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF4A; }
p { color: rgb(255,175,74); }
H1.HeaderClassName
{
color: #FFAF4A;
}
.AnyTagClassName
{
color: #FFAF4A;
}
</style>
background-color css
<style>
a { background-color: #FFAF4A; }
a { background-color: rgb(255,175,74); }
div.DivClassName
{
background-color: #FFAF4A;
}
.BgClassName
{
background-color: #FFAF4A;
}
</style>
border-color css
<style>
span { border-color: #FFAF4A; }
span { border-color: rgb(255,175,74); }
td.TdClassName
{
border-color: #FFAF4A;
}
.TagClassName
{
border-color: #FFAF4A;
}
</style>