Shades of My Sin #FDB145
Tints of My Sin #FDB145
RGB
CMYK
RGB Variations
Color information
#FDB145 (or 0xFDB145) is known color: My Sin. HEX triplet: FD, B1 and 45. RGB value is (253,177,69). Sum of RGB (Red+Green+Blue) = 253+177+69=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 69 (27.34% from 255 or 13.83% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB145 is #024EBA. Grayscale: #BBBBBB. Windows color (decimal): -151227 or 4567549. OLE color: 4567549.
HSL color Cylindrical-coordinate representation of color #FDB145: hue angle of 35.22º 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 #FDB145 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 69 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.01 |
| HSL | 35.22º | 0.98% | 0.63% | - |
| HSV(B) | 35.22º | 0.73% | 0.99% | - |
| XYZ | 57.3 | 52.76 | 12.79 | - |
| YUV | 187.41 | 61.18 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 69 | 0 | 0.30 | 0.73 | 0.01 | 35.22 | 0.98 | 0.63 |
| Hex | FD | B1 | 45 | 0 | 1E | 49 | 1 | 23 | 62 | 3F |
| Octal | 375 | 261 | 105 | 0 | 36 | 111 | 1 | 43 | 142 | 77 |
| Binary | 11111101 | 10110001 | 1000101 | 0 | 11110 | 1001001 | 1 | 100011 | 1100010 | 111111 |
Color Harmonies of #FDB145
Complementary color
Monochromatic Colors of #FDB145
Black with #FDB145
Text Example
Text Example
White with #FDB145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB145; }
p { color: rgb(253,177,69); }
H1.HeaderClassName
{
color: #FDB145;
}
.AnyTagClassName
{
color: #FDB145;
}
</style>
background-color css
<style>
a { background-color: #FDB145; }
a { background-color: rgb(253,177,69); }
div.DivClassName
{
background-color: #FDB145;
}
.BgClassName
{
background-color: #FDB145;
}
</style>
border-color css
<style>
span { border-color: #FDB145; }
span { border-color: rgb(253,177,69); }
td.TdClassName
{
border-color: #FDB145;
}
.TagClassName
{
border-color: #FDB145;
}
</style>