Shades of My Sin #FBA84E
Tints of My Sin #FBA84E
RGB
CMYK
RGB Variations
Color information
#FBA84E (or 0xFBA84E) is known color: My Sin. HEX triplet: FB, A8 and 4E. RGB value is (251,168,78). Sum of RGB (Red+Green+Blue) = 251+168+78=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 78 (30.86% from 255 or 15.69% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA84E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA84E is #0457B1. Grayscale: #B7B7B7. Windows color (decimal): -284594 or 5155067. OLE color: 5155067.
HSL color Cylindrical-coordinate representation of color #FBA84E: hue angle of 31.21º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FBA84E is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 78 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.02 |
| HSL | 31.21º | 0.96% | 0.65% | - |
| HSV(B) | 31.21º | 0.69% | 0.98% | - |
| XYZ | 55.16 | 49.06 | 13.77 | - |
| YUV | 182.56 | 69 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 78 | 0 | 0.33 | 0.69 | 0.02 | 31.21 | 0.96 | 0.65 |
| Hex | FB | A8 | 4E | 0 | 21 | 45 | 2 | 1F | 60 | 41 |
| Octal | 373 | 250 | 116 | 0 | 41 | 105 | 2 | 37 | 140 | 101 |
| Binary | 11111011 | 10101000 | 1001110 | 0 | 100001 | 1000101 | 10 | 11111 | 1100000 | 1000001 |
Color Harmonies of #FBA84E
Complementary color
Monochromatic Colors of #FBA84E
Black with #FBA84E
Text Example
Text Example
White with #FBA84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA84E; }
p { color: rgb(251,168,78); }
H1.HeaderClassName
{
color: #FBA84E;
}
.AnyTagClassName
{
color: #FBA84E;
}
</style>
background-color css
<style>
a { background-color: #FBA84E; }
a { background-color: rgb(251,168,78); }
div.DivClassName
{
background-color: #FBA84E;
}
.BgClassName
{
background-color: #FBA84E;
}
</style>
border-color css
<style>
span { border-color: #FBA84E; }
span { border-color: rgb(251,168,78); }
td.TdClassName
{
border-color: #FBA84E;
}
.TagClassName
{
border-color: #FBA84E;
}
</style>