Shades of My Sin #FFB348
Tints of My Sin #FFB348
RGB
CMYK
RGB Variations
Color information
#FFB348 (or 0xFFB348) is known color: My Sin. HEX triplet: FF, B3 and 48. RGB value is (255,179,72). Sum of RGB (Red+Green+Blue) = 255+179+72=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 72 (28.52% from 255 or 14.23% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB348 is #004CB7. Grayscale: #BEBEBE. Windows color (decimal): -19640 or 4764671. OLE color: 4764671.
HSL color Cylindrical-coordinate representation of color #FFB348: hue angle of 35.08º 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 #FFB348 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 72 | - |
| CMYK | 0 | 0.30 | 0.72 | 0 |
| HSL | 35.08º | 1% | 0.64% | - |
| HSV(B) | 35.08º | 0.72% | 1% | - |
| XYZ | 58.53 | 53.97 | 13.46 | - |
| YUV | 189.53 | 61.68 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 72 | 0 | 0.30 | 0.72 | 0 | 35.08 | 1 | 0.64 |
| Hex | FF | B3 | 48 | 0 | 1E | 48 | 0 | 23 | 64 | 40 |
| Octal | 377 | 263 | 110 | 0 | 36 | 110 | 0 | 43 | 144 | 100 |
| Binary | 11111111 | 10110011 | 1001000 | 0 | 11110 | 1001000 | 0 | 100011 | 1100100 | 1000000 |
Color Harmonies of #FFB348
Complementary color
Monochromatic Colors of #FFB348
Black with #FFB348
Text Example
Text Example
White with #FFB348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB348; }
p { color: rgb(255,179,72); }
H1.HeaderClassName
{
color: #FFB348;
}
.AnyTagClassName
{
color: #FFB348;
}
</style>
background-color css
<style>
a { background-color: #FFB348; }
a { background-color: rgb(255,179,72); }
div.DivClassName
{
background-color: #FFB348;
}
.BgClassName
{
background-color: #FFB348;
}
</style>
border-color css
<style>
span { border-color: #FFB348; }
span { border-color: rgb(255,179,72); }
td.TdClassName
{
border-color: #FFB348;
}
.TagClassName
{
border-color: #FFB348;
}
</style>