Shades of My Sin #F9AB4A
Tints of My Sin #F9AB4A
RGB
CMYK
RGB Variations
Color information
#F9AB4A (or 0xF9AB4A) is known color: My Sin. HEX triplet: F9, AB and 4A. RGB value is (249,171,74). Sum of RGB (Red+Green+Blue) = 249+171+74=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 74 (29.30% from 255 or 14.98% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AB4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9AB4A is #0654B5. Grayscale: #B7B7B7. Windows color (decimal): -414902 or 4893689. OLE color: 4893689.
HSL color Cylindrical-coordinate representation of color #F9AB4A: hue angle of 33.26º 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 #F9AB4A is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 171 | 74 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.02 |
| HSL | 33.26º | 0.94% | 0.63% | - |
| HSV(B) | 33.26º | 0.7% | 0.98% | - |
| XYZ | 54.87 | 49.76 | 13.19 | - |
| YUV | 183.26 | 66.34 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 171 | 74 | 0 | 0.31 | 0.70 | 0.02 | 33.26 | 0.94 | 0.63 |
| Hex | F9 | AB | 4A | 0 | 1F | 46 | 2 | 21 | 5E | 3F |
| Octal | 371 | 253 | 112 | 0 | 37 | 106 | 2 | 41 | 136 | 77 |
| Binary | 11111001 | 10101011 | 1001010 | 0 | 11111 | 1000110 | 10 | 100001 | 1011110 | 111111 |
Color Harmonies of #F9AB4A
Complementary color
Monochromatic Colors of #F9AB4A
Black with #F9AB4A
Text Example
Text Example
White with #F9AB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AB4A; }
p { color: rgb(249,171,74); }
H1.HeaderClassName
{
color: #F9AB4A;
}
.AnyTagClassName
{
color: #F9AB4A;
}
</style>
background-color css
<style>
a { background-color: #F9AB4A; }
a { background-color: rgb(249,171,74); }
div.DivClassName
{
background-color: #F9AB4A;
}
.BgClassName
{
background-color: #F9AB4A;
}
</style>
border-color css
<style>
span { border-color: #F9AB4A; }
span { border-color: rgb(249,171,74); }
td.TdClassName
{
border-color: #F9AB4A;
}
.TagClassName
{
border-color: #F9AB4A;
}
</style>