Shades of My Sin #F9AD42
Tints of My Sin #F9AD42
RGB
CMYK
RGB Variations
Color information
#F9AD42 (or 0xF9AD42) is known color: My Sin. HEX triplet: F9, AD and 42. RGB value is (249,173,66). Sum of RGB (Red+Green+Blue) = 249+173+66=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 66 (26.17% from 255 or 13.52% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AD42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9AD42 is #0652BD. Grayscale: #B8B8B8. Windows color (decimal): -414398 or 4369913. OLE color: 4369913.
HSL color Cylindrical-coordinate representation of color #F9AD42: hue angle of 35.08º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F9AD42 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 173 | 66 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.02 |
| HSL | 35.08º | 0.94% | 0.62% | - |
| HSV(B) | 35.08º | 0.73% | 0.98% | - |
| XYZ | 54.99 | 50.42 | 11.99 | - |
| YUV | 183.53 | 61.68 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 173 | 66 | 0 | 0.31 | 0.73 | 0.02 | 35.08 | 0.94 | 0.62 |
| Hex | F9 | AD | 42 | 0 | 1F | 49 | 2 | 23 | 5E | 3E |
| Octal | 371 | 255 | 102 | 0 | 37 | 111 | 2 | 43 | 136 | 76 |
| Binary | 11111001 | 10101101 | 1000010 | 0 | 11111 | 1001001 | 10 | 100011 | 1011110 | 111110 |
Color Harmonies of #F9AD42
Complementary color
Monochromatic Colors of #F9AD42
Black with #F9AD42
Text Example
Text Example
White with #F9AD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AD42; }
p { color: rgb(249,173,66); }
H1.HeaderClassName
{
color: #F9AD42;
}
.AnyTagClassName
{
color: #F9AD42;
}
</style>
background-color css
<style>
a { background-color: #F9AD42; }
a { background-color: rgb(249,173,66); }
div.DivClassName
{
background-color: #F9AD42;
}
.BgClassName
{
background-color: #F9AD42;
}
</style>
border-color css
<style>
span { border-color: #F9AD42; }
span { border-color: rgb(249,173,66); }
td.TdClassName
{
border-color: #F9AD42;
}
.TagClassName
{
border-color: #F9AD42;
}
</style>