Shades of My Sin #FFB248
Tints of My Sin #FFB248
RGB
CMYK
RGB Variations
Color information
#FFB248 (or 0xFFB248) is known color: My Sin. HEX triplet: FF, B2 and 48. RGB value is (255,178,72). Sum of RGB (Red+Green+Blue) = 255+178+72=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 72 (28.52% from 255 or 14.26% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB248 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB248 is #004DB7. Grayscale: #BDBDBD. Windows color (decimal): -19896 or 4764415. OLE color: 4764415.
HSL color Cylindrical-coordinate representation of color #FFB248: hue angle of 34.75º 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 #FFB248 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 72 | - |
| CMYK | 0 | 0.30 | 0.72 | 0 |
| HSL | 34.75º | 1% | 0.64% | - |
| HSV(B) | 34.75º | 0.72% | 1% | - |
| XYZ | 58.33 | 53.57 | 13.4 | - |
| YUV | 188.94 | 62.01 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 72 | 0 | 0.30 | 0.72 | 0 | 34.75 | 1 | 0.64 |
| Hex | FF | B2 | 48 | 0 | 1E | 48 | 0 | 23 | 64 | 40 |
| Octal | 377 | 262 | 110 | 0 | 36 | 110 | 0 | 43 | 144 | 100 |
| Binary | 11111111 | 10110010 | 1001000 | 0 | 11110 | 1001000 | 0 | 100011 | 1100100 | 1000000 |
Color Harmonies of #FFB248
Complementary color
Monochromatic Colors of #FFB248
Black with #FFB248
Text Example
Text Example
White with #FFB248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB248; }
p { color: rgb(255,178,72); }
H1.HeaderClassName
{
color: #FFB248;
}
.AnyTagClassName
{
color: #FFB248;
}
</style>
background-color css
<style>
a { background-color: #FFB248; }
a { background-color: rgb(255,178,72); }
div.DivClassName
{
background-color: #FFB248;
}
.BgClassName
{
background-color: #FFB248;
}
</style>
border-color css
<style>
span { border-color: #FFB248; }
span { border-color: rgb(255,178,72); }
td.TdClassName
{
border-color: #FFB248;
}
.TagClassName
{
border-color: #FFB248;
}
</style>