Shades of My Sin #FDB14B
Tints of My Sin #FDB14B
RGB
CMYK
RGB Variations
Color information
#FDB14B (or 0xFDB14B) is known color: My Sin. HEX triplet: FD, B1 and 4B. RGB value is (253,177,75). Sum of RGB (Red+Green+Blue) = 253+177+75=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 75 (29.69% from 255 or 14.85% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB14B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB14B is #024EB4. Grayscale: #BCBCBC. Windows color (decimal): -151221 or 4960765. OLE color: 4960765.
HSL color Cylindrical-coordinate representation of color #FDB14B: hue angle of 34.38º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDB14B is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 75 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.01 |
| HSL | 34.38º | 0.98% | 0.64% | - |
| HSV(B) | 34.38º | 0.7% | 0.99% | - |
| XYZ | 57.5 | 52.83 | 13.82 | - |
| YUV | 188.1 | 64.18 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 75 | 0 | 0.30 | 0.70 | 0.01 | 34.38 | 0.98 | 0.64 |
| Hex | FD | B1 | 4B | 0 | 1E | 46 | 1 | 22 | 62 | 40 |
| Octal | 375 | 261 | 113 | 0 | 36 | 106 | 1 | 42 | 142 | 100 |
| Binary | 11111101 | 10110001 | 1001011 | 0 | 11110 | 1000110 | 1 | 100010 | 1100010 | 1000000 |
Color Harmonies of #FDB14B
Complementary color
Monochromatic Colors of #FDB14B
Black with #FDB14B
Text Example
Text Example
White with #FDB14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB14B; }
p { color: rgb(253,177,75); }
H1.HeaderClassName
{
color: #FDB14B;
}
.AnyTagClassName
{
color: #FDB14B;
}
</style>
background-color css
<style>
a { background-color: #FDB14B; }
a { background-color: rgb(253,177,75); }
div.DivClassName
{
background-color: #FDB14B;
}
.BgClassName
{
background-color: #FDB14B;
}
</style>
border-color css
<style>
span { border-color: #FDB14B; }
span { border-color: rgb(253,177,75); }
td.TdClassName
{
border-color: #FDB14B;
}
.TagClassName
{
border-color: #FDB14B;
}
</style>