Shades of My Sin #FBA84A
Tints of My Sin #FBA84A
RGB
CMYK
RGB Variations
Color information
#FBA84A (or 0xFBA84A) is known color: My Sin. HEX triplet: FB, A8 and 4A. RGB value is (251,168,74). Sum of RGB (Red+Green+Blue) = 251+168+74=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 74 (29.30% from 255 or 15.01% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA84A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA84A is #0457B5. Grayscale: #B6B6B6. Windows color (decimal): -284598 or 4892923. OLE color: 4892923.
HSL color Cylindrical-coordinate representation of color #FBA84A: hue angle of 31.86º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FBA84A is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 74 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.02 |
| HSL | 31.86º | 0.96% | 0.64% | - |
| HSV(B) | 31.86º | 0.71% | 0.98% | - |
| XYZ | 55.02 | 49.01 | 13.04 | - |
| YUV | 182.1 | 67 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 74 | 0 | 0.33 | 0.71 | 0.02 | 31.86 | 0.96 | 0.64 |
| Hex | FB | A8 | 4A | 0 | 21 | 47 | 2 | 20 | 60 | 40 |
| Octal | 373 | 250 | 112 | 0 | 41 | 107 | 2 | 40 | 140 | 100 |
| Binary | 11111011 | 10101000 | 1001010 | 0 | 100001 | 1000111 | 10 | 100000 | 1100000 | 1000000 |
Color Harmonies of #FBA84A
Complementary color
Monochromatic Colors of #FBA84A
Black with #FBA84A
Text Example
Text Example
White with #FBA84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA84A; }
p { color: rgb(251,168,74); }
H1.HeaderClassName
{
color: #FBA84A;
}
.AnyTagClassName
{
color: #FBA84A;
}
</style>
background-color css
<style>
a { background-color: #FBA84A; }
a { background-color: rgb(251,168,74); }
div.DivClassName
{
background-color: #FBA84A;
}
.BgClassName
{
background-color: #FBA84A;
}
</style>
border-color css
<style>
span { border-color: #FBA84A; }
span { border-color: rgb(251,168,74); }
td.TdClassName
{
border-color: #FBA84A;
}
.TagClassName
{
border-color: #FBA84A;
}
</style>