Shades of My Sin #FDB247
Tints of My Sin #FDB247
RGB
CMYK
RGB Variations
Color information
#FDB247 (or 0xFDB247) is known color: My Sin. HEX triplet: FD, B2 and 47. RGB value is (253,178,71). Sum of RGB (Red+Green+Blue) = 253+178+71=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 71 (28.12% from 255 or 14.14% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB247 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB247 is #024DB8. Grayscale: #BCBCBC. Windows color (decimal): -150969 or 4698877. OLE color: 4698877.
HSL color Cylindrical-coordinate representation of color #FDB247: hue angle of 35.27º 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 #FDB247 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 71 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.01 |
| HSL | 35.27º | 0.98% | 0.64% | - |
| HSV(B) | 35.27º | 0.72% | 0.99% | - |
| XYZ | 57.57 | 53.18 | 13.19 | - |
| YUV | 188.23 | 61.85 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 71 | 0 | 0.30 | 0.72 | 0.01 | 35.27 | 0.98 | 0.64 |
| Hex | FD | B2 | 47 | 0 | 1E | 48 | 1 | 23 | 62 | 40 |
| Octal | 375 | 262 | 107 | 0 | 36 | 110 | 1 | 43 | 142 | 100 |
| Binary | 11111101 | 10110010 | 1000111 | 0 | 11110 | 1001000 | 1 | 100011 | 1100010 | 1000000 |
Color Harmonies of #FDB247
Complementary color
Monochromatic Colors of #FDB247
Black with #FDB247
Text Example
Text Example
White with #FDB247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB247; }
p { color: rgb(253,178,71); }
H1.HeaderClassName
{
color: #FDB247;
}
.AnyTagClassName
{
color: #FDB247;
}
</style>
background-color css
<style>
a { background-color: #FDB247; }
a { background-color: rgb(253,178,71); }
div.DivClassName
{
background-color: #FDB247;
}
.BgClassName
{
background-color: #FDB247;
}
</style>
border-color css
<style>
span { border-color: #FDB247; }
span { border-color: rgb(253,178,71); }
td.TdClassName
{
border-color: #FDB247;
}
.TagClassName
{
border-color: #FDB247;
}
</style>