Shades of My Sin #F7AD4A
Tints of My Sin #F7AD4A
RGB
CMYK
RGB Variations
Color information
#F7AD4A (or 0xF7AD4A) is known color: My Sin. HEX triplet: F7, AD and 4A. RGB value is (247,173,74). Sum of RGB (Red+Green+Blue) = 247+173+74=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 74 (29.30% from 255 or 14.98% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AD4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7AD4A is #0852B5. Grayscale: #B8B8B8. Windows color (decimal): -545462 or 4894199. OLE color: 4894199.
HSL color Cylindrical-coordinate representation of color #F7AD4A: hue angle of 34.34º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F7AD4A is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 173 | 74 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.03 |
| HSL | 34.34º | 0.92% | 0.63% | - |
| HSV(B) | 34.34º | 0.7% | 0.97% | - |
| XYZ | 54.54 | 50.16 | 13.29 | - |
| YUV | 183.84 | 66.02 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 173 | 74 | 0 | 0.30 | 0.70 | 0.03 | 34.34 | 0.92 | 0.63 |
| Hex | F7 | AD | 4A | 0 | 1E | 46 | 3 | 22 | 5C | 3F |
| Octal | 367 | 255 | 112 | 0 | 36 | 106 | 3 | 42 | 134 | 77 |
| Binary | 11110111 | 10101101 | 1001010 | 0 | 11110 | 1000110 | 11 | 100010 | 1011100 | 111111 |
Color Harmonies of #F7AD4A
Complementary color
Monochromatic Colors of #F7AD4A
Black with #F7AD4A
Text Example
Text Example
White with #F7AD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AD4A; }
p { color: rgb(247,173,74); }
H1.HeaderClassName
{
color: #F7AD4A;
}
.AnyTagClassName
{
color: #F7AD4A;
}
</style>
background-color css
<style>
a { background-color: #F7AD4A; }
a { background-color: rgb(247,173,74); }
div.DivClassName
{
background-color: #F7AD4A;
}
.BgClassName
{
background-color: #F7AD4A;
}
</style>
border-color css
<style>
span { border-color: #F7AD4A; }
span { border-color: rgb(247,173,74); }
td.TdClassName
{
border-color: #F7AD4A;
}
.TagClassName
{
border-color: #F7AD4A;
}
</style>