Shades of My Sin #FFB548
Tints of My Sin #FFB548
RGB
CMYK
RGB Variations
Color information
#FFB548 (or 0xFFB548) is known color: My Sin. HEX triplet: FF, B5 and 48. RGB value is (255,181,72). Sum of RGB (Red+Green+Blue) = 255+181+72=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 72 (28.52% from 255 or 14.17% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB548 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB548 is #004AB7. Grayscale: #BFBFBF. Windows color (decimal): -19128 or 4765183. OLE color: 4765183.
HSL color Cylindrical-coordinate representation of color #FFB548: hue angle of 35.74º 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 #FFB548 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 72 | - |
| CMYK | 0 | 0.29 | 0.72 | 0 |
| HSL | 35.74º | 1% | 0.64% | - |
| HSV(B) | 35.74º | 0.72% | 1% | - |
| XYZ | 58.93 | 54.78 | 13.6 | - |
| YUV | 190.7 | 61.02 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 72 | 0 | 0.29 | 0.72 | 0 | 35.74 | 1 | 0.64 |
| Hex | FF | B5 | 48 | 0 | 1D | 48 | 0 | 24 | 64 | 40 |
| Octal | 377 | 265 | 110 | 0 | 35 | 110 | 0 | 44 | 144 | 100 |
| Binary | 11111111 | 10110101 | 1001000 | 0 | 11101 | 1001000 | 0 | 100100 | 1100100 | 1000000 |
Color Harmonies of #FFB548
Complementary color
Monochromatic Colors of #FFB548
Black with #FFB548
Text Example
Text Example
White with #FFB548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB548; }
p { color: rgb(255,181,72); }
H1.HeaderClassName
{
color: #FFB548;
}
.AnyTagClassName
{
color: #FFB548;
}
</style>
background-color css
<style>
a { background-color: #FFB548; }
a { background-color: rgb(255,181,72); }
div.DivClassName
{
background-color: #FFB548;
}
.BgClassName
{
background-color: #FFB548;
}
</style>
border-color css
<style>
span { border-color: #FFB548; }
span { border-color: rgb(255,181,72); }
td.TdClassName
{
border-color: #FFB548;
}
.TagClassName
{
border-color: #FFB548;
}
</style>