Shades of My Sin #F7AA4C
Tints of My Sin #F7AA4C
RGB
CMYK
RGB Variations
Color information
#F7AA4C (or 0xF7AA4C) is known color: My Sin. HEX triplet: F7, AA and 4C. RGB value is (247,170,76). Sum of RGB (Red+Green+Blue) = 247+170+76=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 76 (30.08% from 255 or 15.42% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AA4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7AA4C is #0855B3. Grayscale: #B6B6B6. Windows color (decimal): -546228 or 5024503. OLE color: 5024503.
HSL color Cylindrical-coordinate representation of color #F7AA4C: hue angle of 32.98º 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 #F7AA4C is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 170 | 76 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.03 |
| HSL | 32.98º | 0.91% | 0.63% | - |
| HSV(B) | 32.98º | 0.69% | 0.97% | - |
| XYZ | 54.04 | 49.05 | 13.46 | - |
| YUV | 182.31 | 68.01 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 170 | 76 | 0 | 0.31 | 0.69 | 0.03 | 32.98 | 0.91 | 0.63 |
| Hex | F7 | AA | 4C | 0 | 1F | 45 | 3 | 21 | 5B | 3F |
| Octal | 367 | 252 | 114 | 0 | 37 | 105 | 3 | 41 | 133 | 77 |
| Binary | 11110111 | 10101010 | 1001100 | 0 | 11111 | 1000101 | 11 | 100001 | 1011011 | 111111 |
Color Harmonies of #F7AA4C
Complementary color
Monochromatic Colors of #F7AA4C
Black with #F7AA4C
Text Example
Text Example
White with #F7AA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AA4C; }
p { color: rgb(247,170,76); }
H1.HeaderClassName
{
color: #F7AA4C;
}
.AnyTagClassName
{
color: #F7AA4C;
}
</style>
background-color css
<style>
a { background-color: #F7AA4C; }
a { background-color: rgb(247,170,76); }
div.DivClassName
{
background-color: #F7AA4C;
}
.BgClassName
{
background-color: #F7AA4C;
}
</style>
border-color css
<style>
span { border-color: #F7AA4C; }
span { border-color: rgb(247,170,76); }
td.TdClassName
{
border-color: #F7AA4C;
}
.TagClassName
{
border-color: #F7AA4C;
}
</style>