Shades of My Sin #F9AD4A
Tints of My Sin #F9AD4A
RGB
CMYK
RGB Variations
Color information
#F9AD4A (or 0xF9AD4A) is known color: My Sin. HEX triplet: F9, AD and 4A. RGB value is (249,173,74). Sum of RGB (Red+Green+Blue) = 249+173+74=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 74 (29.30% from 255 or 14.92% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AD4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9AD4A is #0652B5. Grayscale: #B8B8B8. Windows color (decimal): -414390 or 4894201. OLE color: 4894201.
HSL color Cylindrical-coordinate representation of color #F9AD4A: hue angle of 33.94º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F9AD4A is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 173 | 74 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.02 |
| HSL | 33.94º | 0.94% | 0.63% | - |
| HSV(B) | 33.94º | 0.7% | 0.98% | - |
| XYZ | 55.25 | 50.52 | 13.32 | - |
| YUV | 184.44 | 65.68 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 173 | 74 | 0 | 0.31 | 0.70 | 0.02 | 33.94 | 0.94 | 0.63 |
| Hex | F9 | AD | 4A | 0 | 1F | 46 | 2 | 22 | 5E | 3F |
| Octal | 371 | 255 | 112 | 0 | 37 | 106 | 2 | 42 | 136 | 77 |
| Binary | 11111001 | 10101101 | 1001010 | 0 | 11111 | 1000110 | 10 | 100010 | 1011110 | 111111 |
Color Harmonies of #F9AD4A
Complementary color
Monochromatic Colors of #F9AD4A
Black with #F9AD4A
Text Example
Text Example
White with #F9AD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AD4A; }
p { color: rgb(249,173,74); }
H1.HeaderClassName
{
color: #F9AD4A;
}
.AnyTagClassName
{
color: #F9AD4A;
}
</style>
background-color css
<style>
a { background-color: #F9AD4A; }
a { background-color: rgb(249,173,74); }
div.DivClassName
{
background-color: #F9AD4A;
}
.BgClassName
{
background-color: #F9AD4A;
}
</style>
border-color css
<style>
span { border-color: #F9AD4A; }
span { border-color: rgb(249,173,74); }
td.TdClassName
{
border-color: #F9AD4A;
}
.TagClassName
{
border-color: #F9AD4A;
}
</style>