Shades of My Sin #FBA94A
Tints of My Sin #FBA94A
RGB
CMYK
RGB Variations
Color information
#FBA94A (or 0xFBA94A) is known color: My Sin. HEX triplet: FB, A9 and 4A. RGB value is (251,169,74). Sum of RGB (Red+Green+Blue) = 251+169+74=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 74 (29.30% from 255 or 14.98% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA94A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA94A is #0456B5. Grayscale: #B7B7B7. Windows color (decimal): -284342 or 4893179. OLE color: 4893179.
HSL color Cylindrical-coordinate representation of color #FBA94A: hue angle of 32.2º 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 #FBA94A is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 74 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.02 |
| HSL | 32.2º | 0.96% | 0.64% | - |
| HSV(B) | 32.2º | 0.71% | 0.98% | - |
| XYZ | 55.21 | 49.38 | 13.1 | - |
| YUV | 182.69 | 66.67 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 74 | 0 | 0.33 | 0.71 | 0.02 | 32.2 | 0.96 | 0.64 |
| Hex | FB | A9 | 4A | 0 | 21 | 47 | 2 | 20 | 60 | 40 |
| Octal | 373 | 251 | 112 | 0 | 41 | 107 | 2 | 40 | 140 | 100 |
| Binary | 11111011 | 10101001 | 1001010 | 0 | 100001 | 1000111 | 10 | 100000 | 1100000 | 1000000 |
Color Harmonies of #FBA94A
Complementary color
Monochromatic Colors of #FBA94A
Black with #FBA94A
Text Example
Text Example
White with #FBA94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA94A; }
p { color: rgb(251,169,74); }
H1.HeaderClassName
{
color: #FBA94A;
}
.AnyTagClassName
{
color: #FBA94A;
}
</style>
background-color css
<style>
a { background-color: #FBA94A; }
a { background-color: rgb(251,169,74); }
div.DivClassName
{
background-color: #FBA94A;
}
.BgClassName
{
background-color: #FBA94A;
}
</style>
border-color css
<style>
span { border-color: #FBA94A; }
span { border-color: rgb(251,169,74); }
td.TdClassName
{
border-color: #FBA94A;
}
.TagClassName
{
border-color: #FBA94A;
}
</style>