Shades of My Sin #FDB545
Tints of My Sin #FDB545
RGB
CMYK
RGB Variations
Color information
#FDB545 (or 0xFDB545) is known color: My Sin. HEX triplet: FD, B5 and 45. RGB value is (253,181,69). Sum of RGB (Red+Green+Blue) = 253+181+69=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 69 (27.34% from 255 or 13.72% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB545 is #024ABA. Grayscale: #BEBEBE. Windows color (decimal): -150203 or 4568573. OLE color: 4568573.
HSL color Cylindrical-coordinate representation of color #FDB545: hue angle of 36.52º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FDB545 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 69 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.01 |
| HSL | 36.52º | 0.98% | 0.63% | - |
| HSV(B) | 36.52º | 0.73% | 0.99% | - |
| XYZ | 58.11 | 54.36 | 13.06 | - |
| YUV | 189.76 | 59.85 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 69 | 0 | 0.28 | 0.73 | 0.01 | 36.52 | 0.98 | 0.63 |
| Hex | FD | B5 | 45 | 0 | 1C | 49 | 1 | 25 | 62 | 3F |
| Octal | 375 | 265 | 105 | 0 | 34 | 111 | 1 | 45 | 142 | 77 |
| Binary | 11111101 | 10110101 | 1000101 | 0 | 11100 | 1001001 | 1 | 100101 | 1100010 | 111111 |
Color Harmonies of #FDB545
Complementary color
Monochromatic Colors of #FDB545
Black with #FDB545
Text Example
Text Example
White with #FDB545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB545; }
p { color: rgb(253,181,69); }
H1.HeaderClassName
{
color: #FDB545;
}
.AnyTagClassName
{
color: #FDB545;
}
</style>
background-color css
<style>
a { background-color: #FDB545; }
a { background-color: rgb(253,181,69); }
div.DivClassName
{
background-color: #FDB545;
}
.BgClassName
{
background-color: #FDB545;
}
</style>
border-color css
<style>
span { border-color: #FDB545; }
span { border-color: rgb(253,181,69); }
td.TdClassName
{
border-color: #FDB545;
}
.TagClassName
{
border-color: #FDB545;
}
</style>