Shades of My Sin #FFB347
Tints of My Sin #FFB347
RGB
CMYK
RGB Variations
Color information
#FFB347 (or 0xFFB347) is known color: My Sin. HEX triplet: FF, B3 and 47. RGB value is (255,179,71). Sum of RGB (Red+Green+Blue) = 255+179+71=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 71 (28.12% from 255 or 14.06% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB347 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB347 is #004CB8. Grayscale: #BDBDBD. Windows color (decimal): -19641 or 4699135. OLE color: 4699135.
HSL color Cylindrical-coordinate representation of color #FFB347: hue angle of 35.22º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFB347 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 71 | - |
| CMYK | 0 | 0.30 | 0.72 | 0 |
| HSL | 35.22º | 1% | 0.64% | - |
| HSV(B) | 35.22º | 0.72% | 1% | - |
| XYZ | 58.5 | 53.96 | 13.29 | - |
| YUV | 189.41 | 61.18 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 71 | 0 | 0.30 | 0.72 | 0 | 35.22 | 1 | 0.64 |
| Hex | FF | B3 | 47 | 0 | 1E | 48 | 0 | 23 | 64 | 40 |
| Octal | 377 | 263 | 107 | 0 | 36 | 110 | 0 | 43 | 144 | 100 |
| Binary | 11111111 | 10110011 | 1000111 | 0 | 11110 | 1001000 | 0 | 100011 | 1100100 | 1000000 |
Color Harmonies of #FFB347
Complementary color
Monochromatic Colors of #FFB347
Black with #FFB347
Text Example
Text Example
White with #FFB347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB347; }
p { color: rgb(255,179,71); }
H1.HeaderClassName
{
color: #FFB347;
}
.AnyTagClassName
{
color: #FFB347;
}
</style>
background-color css
<style>
a { background-color: #FFB347; }
a { background-color: rgb(255,179,71); }
div.DivClassName
{
background-color: #FFB347;
}
.BgClassName
{
background-color: #FFB347;
}
</style>
border-color css
<style>
span { border-color: #FFB347; }
span { border-color: rgb(255,179,71); }
td.TdClassName
{
border-color: #FFB347;
}
.TagClassName
{
border-color: #FFB347;
}
</style>