Shades of My Sin #F5AB4C
Tints of My Sin #F5AB4C
RGB
CMYK
RGB Variations
Color information
#F5AB4C (or 0xF5AB4C) is known color: My Sin. HEX triplet: F5, AB and 4C. RGB value is (245,171,76). Sum of RGB (Red+Green+Blue) = 245+171+76=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 76 (30.08% from 255 or 15.45% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AB4C is #0A54B3. Grayscale: #B6B6B6. Windows color (decimal): -677044 or 5024757. OLE color: 5024757.
HSL color Cylindrical-coordinate representation of color #F5AB4C: hue angle of 33.73º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5AB4C is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 171 | 76 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.04 |
| HSL | 33.73º | 0.89% | 0.63% | - |
| HSV(B) | 33.73º | 0.69% | 0.96% | - |
| XYZ | 53.52 | 49.06 | 13.49 | - |
| YUV | 182.3 | 68.02 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 171 | 76 | 0 | 0.30 | 0.69 | 0.04 | 33.73 | 0.89 | 0.63 |
| Hex | F5 | AB | 4C | 0 | 1E | 45 | 4 | 22 | 59 | 3F |
| Octal | 365 | 253 | 114 | 0 | 36 | 105 | 4 | 42 | 131 | 77 |
| Binary | 11110101 | 10101011 | 1001100 | 0 | 11110 | 1000101 | 100 | 100010 | 1011001 | 111111 |
Color Harmonies of #F5AB4C
Complementary color
Monochromatic Colors of #F5AB4C
Black with #F5AB4C
Text Example
Text Example
White with #F5AB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AB4C; }
p { color: rgb(245,171,76); }
H1.HeaderClassName
{
color: #F5AB4C;
}
.AnyTagClassName
{
color: #F5AB4C;
}
</style>
background-color css
<style>
a { background-color: #F5AB4C; }
a { background-color: rgb(245,171,76); }
div.DivClassName
{
background-color: #F5AB4C;
}
.BgClassName
{
background-color: #F5AB4C;
}
</style>
border-color css
<style>
span { border-color: #F5AB4C; }
span { border-color: rgb(245,171,76); }
td.TdClassName
{
border-color: #F5AB4C;
}
.TagClassName
{
border-color: #F5AB4C;
}
</style>