Shades of My Sin #FDB448
Tints of My Sin #FDB448
RGB
CMYK
RGB Variations
Color information
#FDB448 (or 0xFDB448) is known color: My Sin. HEX triplet: FD, B4 and 48. RGB value is (253,180,72). Sum of RGB (Red+Green+Blue) = 253+180+72=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 72 (28.52% from 255 or 14.26% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB448 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB448 is #024BB7. Grayscale: #BEBEBE. Windows color (decimal): -150456 or 4764925. OLE color: 4764925.
HSL color Cylindrical-coordinate representation of color #FDB448: hue angle of 35.8º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FDB448 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 72 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.01 |
| HSL | 35.8º | 0.98% | 0.64% | - |
| HSV(B) | 35.8º | 0.72% | 0.99% | - |
| XYZ | 58 | 53.99 | 13.5 | - |
| YUV | 189.52 | 61.68 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 72 | 0 | 0.29 | 0.72 | 0.01 | 35.8 | 0.98 | 0.64 |
| Hex | FD | B4 | 48 | 0 | 1D | 48 | 1 | 24 | 62 | 40 |
| Octal | 375 | 264 | 110 | 0 | 35 | 110 | 1 | 44 | 142 | 100 |
| Binary | 11111101 | 10110100 | 1001000 | 0 | 11101 | 1001000 | 1 | 100100 | 1100010 | 1000000 |
Color Harmonies of #FDB448
Complementary color
Monochromatic Colors of #FDB448
Black with #FDB448
Text Example
Text Example
White with #FDB448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB448; }
p { color: rgb(253,180,72); }
H1.HeaderClassName
{
color: #FDB448;
}
.AnyTagClassName
{
color: #FDB448;
}
</style>
background-color css
<style>
a { background-color: #FDB448; }
a { background-color: rgb(253,180,72); }
div.DivClassName
{
background-color: #FDB448;
}
.BgClassName
{
background-color: #FDB448;
}
</style>
border-color css
<style>
span { border-color: #FDB448; }
span { border-color: rgb(253,180,72); }
td.TdClassName
{
border-color: #FDB448;
}
.TagClassName
{
border-color: #FDB448;
}
</style>