Shades of My Sin #FBA84C
Tints of My Sin #FBA84C
RGB
CMYK
RGB Variations
Color information
#FBA84C (or 0xFBA84C) is known color: My Sin. HEX triplet: FB, A8 and 4C. RGB value is (251,168,76). Sum of RGB (Red+Green+Blue) = 251+168+76=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 76 (30.08% from 255 or 15.35% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA84C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA84C is #0457B3. Grayscale: #B6B6B6. Windows color (decimal): -284596 or 5023995. OLE color: 5023995.
HSL color Cylindrical-coordinate representation of color #FBA84C: hue angle of 31.54º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FBA84C is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 76 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.02 |
| HSL | 31.54º | 0.96% | 0.64% | - |
| HSV(B) | 31.54º | 0.7% | 0.98% | - |
| XYZ | 55.09 | 49.04 | 13.4 | - |
| YUV | 182.33 | 68 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 76 | 0 | 0.33 | 0.70 | 0.02 | 31.54 | 0.96 | 0.64 |
| Hex | FB | A8 | 4C | 0 | 21 | 46 | 2 | 20 | 60 | 40 |
| Octal | 373 | 250 | 114 | 0 | 41 | 106 | 2 | 40 | 140 | 100 |
| Binary | 11111011 | 10101000 | 1001100 | 0 | 100001 | 1000110 | 10 | 100000 | 1100000 | 1000000 |
Color Harmonies of #FBA84C
Complementary color
Monochromatic Colors of #FBA84C
Black with #FBA84C
Text Example
Text Example
White with #FBA84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA84C; }
p { color: rgb(251,168,76); }
H1.HeaderClassName
{
color: #FBA84C;
}
.AnyTagClassName
{
color: #FBA84C;
}
</style>
background-color css
<style>
a { background-color: #FBA84C; }
a { background-color: rgb(251,168,76); }
div.DivClassName
{
background-color: #FBA84C;
}
.BgClassName
{
background-color: #FBA84C;
}
</style>
border-color css
<style>
span { border-color: #FBA84C; }
span { border-color: rgb(251,168,76); }
td.TdClassName
{
border-color: #FBA84C;
}
.TagClassName
{
border-color: #FBA84C;
}
</style>