Shades of My Sin #F8AB4A
Tints of My Sin #F8AB4A
RGB
CMYK
RGB Variations
Color information
#F8AB4A (or 0xF8AB4A) is known color: My Sin. HEX triplet: F8, AB and 4A. RGB value is (248,171,74). Sum of RGB (Red+Green+Blue) = 248+171+74=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 74 (29.30% from 255 or 15.01% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AB4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8AB4A is #0754B5. Grayscale: #B7B7B7. Windows color (decimal): -480438 or 4893688. OLE color: 4893688.
HSL color Cylindrical-coordinate representation of color #F8AB4A: hue angle of 33.45º degrees, saturation: 0.93, 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 #F8AB4A is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 171 | 74 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.03 |
| HSL | 33.45º | 0.93% | 0.63% | - |
| HSV(B) | 33.45º | 0.7% | 0.97% | - |
| XYZ | 54.51 | 49.58 | 13.17 | - |
| YUV | 182.97 | 66.51 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 171 | 74 | 0 | 0.31 | 0.70 | 0.03 | 33.45 | 0.93 | 0.63 |
| Hex | F8 | AB | 4A | 0 | 1F | 46 | 3 | 21 | 5D | 3F |
| Octal | 370 | 253 | 112 | 0 | 37 | 106 | 3 | 41 | 135 | 77 |
| Binary | 11111000 | 10101011 | 1001010 | 0 | 11111 | 1000110 | 11 | 100001 | 1011101 | 111111 |
Color Harmonies of #F8AB4A
Complementary color
Monochromatic Colors of #F8AB4A
Black with #F8AB4A
Text Example
Text Example
White with #F8AB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AB4A; }
p { color: rgb(248,171,74); }
H1.HeaderClassName
{
color: #F8AB4A;
}
.AnyTagClassName
{
color: #F8AB4A;
}
</style>
background-color css
<style>
a { background-color: #F8AB4A; }
a { background-color: rgb(248,171,74); }
div.DivClassName
{
background-color: #F8AB4A;
}
.BgClassName
{
background-color: #F8AB4A;
}
</style>
border-color css
<style>
span { border-color: #F8AB4A; }
span { border-color: rgb(248,171,74); }
td.TdClassName
{
border-color: #F8AB4A;
}
.TagClassName
{
border-color: #F8AB4A;
}
</style>