Shades of My Sin #FDB445
Tints of My Sin #FDB445
RGB
CMYK
RGB Variations
Color information
#FDB445 (or 0xFDB445) is known color: My Sin. HEX triplet: FD, B4 and 45. RGB value is (253,180,69). Sum of RGB (Red+Green+Blue) = 253+180+69=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 69 (27.34% from 255 or 13.75% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB445 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB445 is #024BBA. Grayscale: #BDBDBD. Windows color (decimal): -150459 or 4568317. OLE color: 4568317.
HSL color Cylindrical-coordinate representation of color #FDB445: hue angle of 36.2º 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 #FDB445 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 69 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.01 |
| HSL | 36.2º | 0.98% | 0.63% | - |
| HSV(B) | 36.2º | 0.73% | 0.99% | - |
| XYZ | 57.9 | 53.95 | 12.99 | - |
| YUV | 189.17 | 60.18 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 69 | 0 | 0.29 | 0.73 | 0.01 | 36.2 | 0.98 | 0.63 |
| Hex | FD | B4 | 45 | 0 | 1D | 49 | 1 | 24 | 62 | 3F |
| Octal | 375 | 264 | 105 | 0 | 35 | 111 | 1 | 44 | 142 | 77 |
| Binary | 11111101 | 10110100 | 1000101 | 0 | 11101 | 1001001 | 1 | 100100 | 1100010 | 111111 |
Color Harmonies of #FDB445
Complementary color
Monochromatic Colors of #FDB445
Black with #FDB445
Text Example
Text Example
White with #FDB445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB445; }
p { color: rgb(253,180,69); }
H1.HeaderClassName
{
color: #FDB445;
}
.AnyTagClassName
{
color: #FDB445;
}
</style>
background-color css
<style>
a { background-color: #FDB445; }
a { background-color: rgb(253,180,69); }
div.DivClassName
{
background-color: #FDB445;
}
.BgClassName
{
background-color: #FDB445;
}
</style>
border-color css
<style>
span { border-color: #FDB445; }
span { border-color: rgb(253,180,69); }
td.TdClassName
{
border-color: #FDB445;
}
.TagClassName
{
border-color: #FDB445;
}
</style>