Shades of My Sin #FFB349
Tints of My Sin #FFB349
RGB
CMYK
RGB Variations
Color information
#FFB349 (or 0xFFB349) is known color: My Sin. HEX triplet: FF, B3 and 49. RGB value is (255,179,73). Sum of RGB (Red+Green+Blue) = 255+179+73=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 73 (28.91% from 255 or 14.40% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB349 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB349 is #004CB6. Grayscale: #BEBEBE. Windows color (decimal): -19639 or 4830207. OLE color: 4830207.
HSL color Cylindrical-coordinate representation of color #FFB349: hue angle of 34.95º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFB349 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 73 | - |
| CMYK | 0 | 0.30 | 0.71 | 0 |
| HSL | 34.95º | 1% | 0.64% | - |
| HSV(B) | 34.95º | 0.71% | 1% | - |
| XYZ | 58.56 | 53.98 | 13.64 | - |
| YUV | 189.64 | 62.18 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 73 | 0 | 0.30 | 0.71 | 0 | 34.95 | 1 | 0.64 |
| Hex | FF | B3 | 49 | 0 | 1E | 47 | 0 | 23 | 64 | 40 |
| Octal | 377 | 263 | 111 | 0 | 36 | 107 | 0 | 43 | 144 | 100 |
| Binary | 11111111 | 10110011 | 1001001 | 0 | 11110 | 1000111 | 0 | 100011 | 1100100 | 1000000 |
Color Harmonies of #FFB349
Complementary color
Monochromatic Colors of #FFB349
Black with #FFB349
Text Example
Text Example
White with #FFB349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB349; }
p { color: rgb(255,179,73); }
H1.HeaderClassName
{
color: #FFB349;
}
.AnyTagClassName
{
color: #FFB349;
}
</style>
background-color css
<style>
a { background-color: #FFB349; }
a { background-color: rgb(255,179,73); }
div.DivClassName
{
background-color: #FFB349;
}
.BgClassName
{
background-color: #FFB349;
}
</style>
border-color css
<style>
span { border-color: #FFB349; }
span { border-color: rgb(255,179,73); }
td.TdClassName
{
border-color: #FFB349;
}
.TagClassName
{
border-color: #FFB349;
}
</style>