Shades of My Sin #FDB348
Tints of My Sin #FDB348
RGB
CMYK
RGB Variations
Color information
#FDB348 (or 0xFDB348) is known color: My Sin. HEX triplet: FD, B3 and 48. RGB value is (253,179,72). Sum of RGB (Red+Green+Blue) = 253+179+72=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 72 (28.52% from 255 or 14.29% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB348 is #024CB7. Grayscale: #BDBDBD. Windows color (decimal): -150712 or 4764669. OLE color: 4764669.
HSL color Cylindrical-coordinate representation of color #FDB348: hue angle of 35.47º 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 #FDB348 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 72 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.01 |
| HSL | 35.47º | 0.98% | 0.64% | - |
| HSV(B) | 35.47º | 0.72% | 0.99% | - |
| XYZ | 57.8 | 53.59 | 13.43 | - |
| YUV | 188.93 | 62.02 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 72 | 0 | 0.29 | 0.72 | 0.01 | 35.47 | 0.98 | 0.64 |
| Hex | FD | B3 | 48 | 0 | 1D | 48 | 1 | 23 | 62 | 40 |
| Octal | 375 | 263 | 110 | 0 | 35 | 110 | 1 | 43 | 142 | 100 |
| Binary | 11111101 | 10110011 | 1001000 | 0 | 11101 | 1001000 | 1 | 100011 | 1100010 | 1000000 |
Color Harmonies of #FDB348
Complementary color
Monochromatic Colors of #FDB348
Black with #FDB348
Text Example
Text Example
White with #FDB348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB348; }
p { color: rgb(253,179,72); }
H1.HeaderClassName
{
color: #FDB348;
}
.AnyTagClassName
{
color: #FDB348;
}
</style>
background-color css
<style>
a { background-color: #FDB348; }
a { background-color: rgb(253,179,72); }
div.DivClassName
{
background-color: #FDB348;
}
.BgClassName
{
background-color: #FDB348;
}
</style>
border-color css
<style>
span { border-color: #FDB348; }
span { border-color: rgb(253,179,72); }
td.TdClassName
{
border-color: #FDB348;
}
.TagClassName
{
border-color: #FDB348;
}
</style>