Shades of My Sin #F5B446
Tints of My Sin #F5B446
RGB
CMYK
RGB Variations
Color information
#F5B446 (or 0xF5B446) is known color: My Sin. HEX triplet: F5, B4 and 46. RGB value is (245,180,70). Sum of RGB (Red+Green+Blue) = 245+180+70=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 70 (27.73% from 255 or 14.14% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B446 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5B446 is #0A4BB9. Grayscale: #BBBBBB. Windows color (decimal): -674746 or 4633845. OLE color: 4633845.
HSL color Cylindrical-coordinate representation of color #F5B446: hue angle of 37.71º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F5B446 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 180 | 70 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.04 |
| HSL | 37.71º | 0.9% | 0.62% | - |
| HSV(B) | 37.71º | 0.71% | 0.96% | - |
| XYZ | 55.08 | 52.5 | 13.02 | - |
| YUV | 186.9 | 62.03 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 180 | 70 | 0 | 0.27 | 0.71 | 0.04 | 37.71 | 0.9 | 0.62 |
| Hex | F5 | B4 | 46 | 0 | 1B | 47 | 4 | 26 | 5A | 3E |
| Octal | 365 | 264 | 106 | 0 | 33 | 107 | 4 | 46 | 132 | 76 |
| Binary | 11110101 | 10110100 | 1000110 | 0 | 11011 | 1000111 | 100 | 100110 | 1011010 | 111110 |
Color Harmonies of #F5B446
Complementary color
Monochromatic Colors of #F5B446
Black with #F5B446
Text Example
Text Example
White with #F5B446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B446; }
p { color: rgb(245,180,70); }
H1.HeaderClassName
{
color: #F5B446;
}
.AnyTagClassName
{
color: #F5B446;
}
</style>
background-color css
<style>
a { background-color: #F5B446; }
a { background-color: rgb(245,180,70); }
div.DivClassName
{
background-color: #F5B446;
}
.BgClassName
{
background-color: #F5B446;
}
</style>
border-color css
<style>
span { border-color: #F5B446; }
span { border-color: rgb(245,180,70); }
td.TdClassName
{
border-color: #F5B446;
}
.TagClassName
{
border-color: #F5B446;
}
</style>