Shades of My Sin #F5AF45
Tints of My Sin #F5AF45
RGB
CMYK
RGB Variations
Color information
#F5AF45 (or 0xF5AF45) is known color: My Sin. HEX triplet: F5, AF and 45. RGB value is (245,175,69). Sum of RGB (Red+Green+Blue) = 245+175+69=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 69 (27.34% from 255 or 14.11% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AF45 is #0A50BA. Grayscale: #B8B8B8. Windows color (decimal): -676027 or 4567029. OLE color: 4567029.
HSL color Cylindrical-coordinate representation of color #F5AF45: hue angle of 36.14º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F5AF45 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 69 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.04 |
| HSL | 36.14º | 0.9% | 0.62% | - |
| HSV(B) | 36.14º | 0.72% | 0.96% | - |
| XYZ | 54.06 | 50.5 | 12.53 | - |
| YUV | 183.85 | 63.19 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 69 | 0 | 0.29 | 0.72 | 0.04 | 36.14 | 0.9 | 0.62 |
| Hex | F5 | AF | 45 | 0 | 1D | 48 | 4 | 24 | 5A | 3E |
| Octal | 365 | 257 | 105 | 0 | 35 | 110 | 4 | 44 | 132 | 76 |
| Binary | 11110101 | 10101111 | 1000101 | 0 | 11101 | 1001000 | 100 | 100100 | 1011010 | 111110 |
Color Harmonies of #F5AF45
Complementary color
Monochromatic Colors of #F5AF45
Black with #F5AF45
Text Example
Text Example
White with #F5AF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF45; }
p { color: rgb(245,175,69); }
H1.HeaderClassName
{
color: #F5AF45;
}
.AnyTagClassName
{
color: #F5AF45;
}
</style>
background-color css
<style>
a { background-color: #F5AF45; }
a { background-color: rgb(245,175,69); }
div.DivClassName
{
background-color: #F5AF45;
}
.BgClassName
{
background-color: #F5AF45;
}
</style>
border-color css
<style>
span { border-color: #F5AF45; }
span { border-color: rgb(245,175,69); }
td.TdClassName
{
border-color: #F5AF45;
}
.TagClassName
{
border-color: #F5AF45;
}
</style>