Shades of My Sin #F7AD4B
Tints of My Sin #F7AD4B
RGB
CMYK
RGB Variations
Color information
#F7AD4B (or 0xF7AD4B) is known color: My Sin. HEX triplet: F7, AD and 4B. RGB value is (247,173,75). Sum of RGB (Red+Green+Blue) = 247+173+75=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AD4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7AD4B is #0852B4. Grayscale: #B8B8B8. Windows color (decimal): -545461 or 4959735. OLE color: 4959735.
HSL color Cylindrical-coordinate representation of color #F7AD4B: hue angle of 34.19º degrees, saturation: 0.91, 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 #F7AD4B is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 173 | 75 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.03 |
| HSL | 34.19º | 0.91% | 0.63% | - |
| HSV(B) | 34.19º | 0.7% | 0.97% | - |
| XYZ | 54.57 | 50.17 | 13.46 | - |
| YUV | 183.95 | 66.52 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 173 | 75 | 0 | 0.30 | 0.70 | 0.03 | 34.19 | 0.91 | 0.63 |
| Hex | F7 | AD | 4B | 0 | 1E | 46 | 3 | 22 | 5B | 3F |
| Octal | 367 | 255 | 113 | 0 | 36 | 106 | 3 | 42 | 133 | 77 |
| Binary | 11110111 | 10101101 | 1001011 | 0 | 11110 | 1000110 | 11 | 100010 | 1011011 | 111111 |
Color Harmonies of #F7AD4B
Complementary color
Monochromatic Colors of #F7AD4B
Black with #F7AD4B
Text Example
Text Example
White with #F7AD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AD4B; }
p { color: rgb(247,173,75); }
H1.HeaderClassName
{
color: #F7AD4B;
}
.AnyTagClassName
{
color: #F7AD4B;
}
</style>
background-color css
<style>
a { background-color: #F7AD4B; }
a { background-color: rgb(247,173,75); }
div.DivClassName
{
background-color: #F7AD4B;
}
.BgClassName
{
background-color: #F7AD4B;
}
</style>
border-color css
<style>
span { border-color: #F7AD4B; }
span { border-color: rgb(247,173,75); }
td.TdClassName
{
border-color: #F7AD4B;
}
.TagClassName
{
border-color: #F7AD4B;
}
</style>