Shades of My Sin #F7A84C
Tints of My Sin #F7A84C
RGB
CMYK
RGB Variations
Color information
#F7A84C (or 0xF7A84C) is known color: My Sin. HEX triplet: F7, A8 and 4C. RGB value is (247,168,76). Sum of RGB (Red+Green+Blue) = 247+168+76=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 76 (30.08% from 255 or 15.48% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A84C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A84C is #0857B3. Grayscale: #B5B5B5. Windows color (decimal): -546740 or 5023991. OLE color: 5023991.
HSL color Cylindrical-coordinate representation of color #F7A84C: hue angle of 32.28º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F7A84C is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 168 | 76 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.03 |
| HSL | 32.28º | 0.91% | 0.63% | - |
| HSV(B) | 32.28º | 0.69% | 0.97% | - |
| XYZ | 53.66 | 48.3 | 13.33 | - |
| YUV | 181.13 | 68.67 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 168 | 76 | 0 | 0.32 | 0.69 | 0.03 | 32.28 | 0.91 | 0.63 |
| Hex | F7 | A8 | 4C | 0 | 20 | 45 | 3 | 20 | 5B | 3F |
| Octal | 367 | 250 | 114 | 0 | 40 | 105 | 3 | 40 | 133 | 77 |
| Binary | 11110111 | 10101000 | 1001100 | 0 | 100000 | 1000101 | 11 | 100000 | 1011011 | 111111 |
Color Harmonies of #F7A84C
Complementary color
Monochromatic Colors of #F7A84C
Black with #F7A84C
Text Example
Text Example
White with #F7A84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A84C; }
p { color: rgb(247,168,76); }
H1.HeaderClassName
{
color: #F7A84C;
}
.AnyTagClassName
{
color: #F7A84C;
}
</style>
background-color css
<style>
a { background-color: #F7A84C; }
a { background-color: rgb(247,168,76); }
div.DivClassName
{
background-color: #F7A84C;
}
.BgClassName
{
background-color: #F7A84C;
}
</style>
border-color css
<style>
span { border-color: #F7A84C; }
span { border-color: rgb(247,168,76); }
td.TdClassName
{
border-color: #F7A84C;
}
.TagClassName
{
border-color: #F7A84C;
}
</style>