Shades of My Sin #F6AD4A
Tints of My Sin #F6AD4A
RGB
CMYK
RGB Variations
Color information
#F6AD4A (or 0xF6AD4A) is known color: My Sin. HEX triplet: F6, AD and 4A. RGB value is (246,173,74). Sum of RGB (Red+Green+Blue) = 246+173+74=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 74 (29.30% from 255 or 15.01% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AD4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6AD4A is #0952B5. Grayscale: #B8B8B8. Windows color (decimal): -610998 or 4894198. OLE color: 4894198.
HSL color Cylindrical-coordinate representation of color #F6AD4A: hue angle of 34.53º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F6AD4A is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 74 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.04 |
| HSL | 34.53º | 0.91% | 0.63% | - |
| HSV(B) | 34.53º | 0.7% | 0.96% | - |
| XYZ | 54.19 | 49.97 | 13.27 | - |
| YUV | 183.54 | 66.18 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 74 | 0 | 0.30 | 0.70 | 0.04 | 34.53 | 0.91 | 0.63 |
| Hex | F6 | AD | 4A | 0 | 1E | 46 | 4 | 23 | 5B | 3F |
| Octal | 366 | 255 | 112 | 0 | 36 | 106 | 4 | 43 | 133 | 77 |
| Binary | 11110110 | 10101101 | 1001010 | 0 | 11110 | 1000110 | 100 | 100011 | 1011011 | 111111 |
Color Harmonies of #F6AD4A
Complementary color
Monochromatic Colors of #F6AD4A
Black with #F6AD4A
Text Example
Text Example
White with #F6AD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AD4A; }
p { color: rgb(246,173,74); }
H1.HeaderClassName
{
color: #F6AD4A;
}
.AnyTagClassName
{
color: #F6AD4A;
}
</style>
background-color css
<style>
a { background-color: #F6AD4A; }
a { background-color: rgb(246,173,74); }
div.DivClassName
{
background-color: #F6AD4A;
}
.BgClassName
{
background-color: #F6AD4A;
}
</style>
border-color css
<style>
span { border-color: #F6AD4A; }
span { border-color: rgb(246,173,74); }
td.TdClassName
{
border-color: #F6AD4A;
}
.TagClassName
{
border-color: #F6AD4A;
}
</style>