Shades of My Sin #FBA645
Tints of My Sin #FBA645
RGB
CMYK
RGB Variations
Color information
#FBA645 (or 0xFBA645) is known color: My Sin. HEX triplet: FB, A6 and 45. RGB value is (251,166,69). Sum of RGB (Red+Green+Blue) = 251+166+69=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 69 (27.34% from 255 or 14.20% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA645 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA645 is #0459BA. Grayscale: #B4B4B4. Windows color (decimal): -285115 or 4564731. OLE color: 4564731.
HSL color Cylindrical-coordinate representation of color #FBA645: hue angle of 31.98º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FBA645 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 69 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.02 |
| HSL | 31.98º | 0.96% | 0.63% | - |
| HSV(B) | 31.98º | 0.73% | 0.98% | - |
| XYZ | 54.49 | 48.21 | 12.06 | - |
| YUV | 180.36 | 65.16 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 69 | 0 | 0.34 | 0.73 | 0.02 | 31.98 | 0.96 | 0.63 |
| Hex | FB | A6 | 45 | 0 | 22 | 49 | 2 | 20 | 60 | 3F |
| Octal | 373 | 246 | 105 | 0 | 42 | 111 | 2 | 40 | 140 | 77 |
| Binary | 11111011 | 10100110 | 1000101 | 0 | 100010 | 1001001 | 10 | 100000 | 1100000 | 111111 |
Color Harmonies of #FBA645
Complementary color
Monochromatic Colors of #FBA645
Black with #FBA645
Text Example
Text Example
White with #FBA645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA645; }
p { color: rgb(251,166,69); }
H1.HeaderClassName
{
color: #FBA645;
}
.AnyTagClassName
{
color: #FBA645;
}
</style>
background-color css
<style>
a { background-color: #FBA645; }
a { background-color: rgb(251,166,69); }
div.DivClassName
{
background-color: #FBA645;
}
.BgClassName
{
background-color: #FBA645;
}
</style>
border-color css
<style>
span { border-color: #FBA645; }
span { border-color: rgb(251,166,69); }
td.TdClassName
{
border-color: #FBA645;
}
.TagClassName
{
border-color: #FBA645;
}
</style>