Shades of My Sin #FFB447
Tints of My Sin #FFB447
RGB
CMYK
RGB Variations
Color information
#FFB447 (or 0xFFB447) is known color: My Sin. HEX triplet: FF, B4 and 47. RGB value is (255,180,71). Sum of RGB (Red+Green+Blue) = 255+180+71=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 71 (28.12% from 255 or 14.03% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB447 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB447 is #004BB8. Grayscale: #BEBEBE. Windows color (decimal): -19385 or 4699391. OLE color: 4699391.
HSL color Cylindrical-coordinate representation of color #FFB447: hue angle of 35.54º 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 #FFB447 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 71 | - |
| CMYK | 0 | 0.29 | 0.72 | 0 |
| HSL | 35.54º | 1% | 0.64% | - |
| HSV(B) | 35.54º | 0.72% | 1% | - |
| XYZ | 58.7 | 54.36 | 13.36 | - |
| YUV | 190 | 60.85 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 71 | 0 | 0.29 | 0.72 | 0 | 35.54 | 1 | 0.64 |
| Hex | FF | B4 | 47 | 0 | 1D | 48 | 0 | 24 | 64 | 40 |
| Octal | 377 | 264 | 107 | 0 | 35 | 110 | 0 | 44 | 144 | 100 |
| Binary | 11111111 | 10110100 | 1000111 | 0 | 11101 | 1001000 | 0 | 100100 | 1100100 | 1000000 |
Color Harmonies of #FFB447
Complementary color
Monochromatic Colors of #FFB447
Black with #FFB447
Text Example
Text Example
White with #FFB447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB447; }
p { color: rgb(255,180,71); }
H1.HeaderClassName
{
color: #FFB447;
}
.AnyTagClassName
{
color: #FFB447;
}
</style>
background-color css
<style>
a { background-color: #FFB447; }
a { background-color: rgb(255,180,71); }
div.DivClassName
{
background-color: #FFB447;
}
.BgClassName
{
background-color: #FFB447;
}
</style>
border-color css
<style>
span { border-color: #FFB447; }
span { border-color: rgb(255,180,71); }
td.TdClassName
{
border-color: #FFB447;
}
.TagClassName
{
border-color: #FFB447;
}
</style>