Shades of My Sin #F4AF3E
Tints of My Sin #F4AF3E
RGB
CMYK
RGB Variations
Color information
#F4AF3E (or 0xF4AF3E) is known color: My Sin. HEX triplet: F4, AF and 3E. RGB value is (244,175,62). Sum of RGB (Red+Green+Blue) = 244+175+62=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 62 (24.61% from 255 or 12.89% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AF3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4AF3E is #0B50C1. Grayscale: #B7B7B7. Windows color (decimal): -741570 or 4108276. OLE color: 4108276.
HSL color Cylindrical-coordinate representation of color #F4AF3E: hue angle of 37.25º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F4AF3E is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 175 | 62 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.04 |
| HSL | 37.25º | 0.89% | 0.6% | - |
| HSV(B) | 37.25º | 0.75% | 0.96% | - |
| XYZ | 53.51 | 50.24 | 11.43 | - |
| YUV | 182.75 | 59.86 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 175 | 62 | 0 | 0.28 | 0.75 | 0.04 | 37.25 | 0.89 | 0.6 |
| Hex | F4 | AF | 3E | 0 | 1C | 4B | 4 | 25 | 59 | 3C |
| Octal | 364 | 257 | 76 | 0 | 34 | 113 | 4 | 45 | 131 | 74 |
| Binary | 11110100 | 10101111 | 111110 | 0 | 11100 | 1001011 | 100 | 100101 | 1011001 | 111100 |
Color Harmonies of #F4AF3E
Complementary color
Monochromatic Colors of #F4AF3E
Black with #F4AF3E
Text Example
Text Example
White with #F4AF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AF3E; }
p { color: rgb(244,175,62); }
H1.HeaderClassName
{
color: #F4AF3E;
}
.AnyTagClassName
{
color: #F4AF3E;
}
</style>
background-color css
<style>
a { background-color: #F4AF3E; }
a { background-color: rgb(244,175,62); }
div.DivClassName
{
background-color: #F4AF3E;
}
.BgClassName
{
background-color: #F4AF3E;
}
</style>
border-color css
<style>
span { border-color: #F4AF3E; }
span { border-color: rgb(244,175,62); }
td.TdClassName
{
border-color: #F4AF3E;
}
.TagClassName
{
border-color: #F4AF3E;
}
</style>