Shades of My Sin #FBAA4A
Tints of My Sin #FBAA4A
RGB
CMYK
RGB Variations
Color information
#FBAA4A (or 0xFBAA4A) is known color: My Sin. HEX triplet: FB, AA and 4A. RGB value is (251,170,74). Sum of RGB (Red+Green+Blue) = 251+170+74=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 74 (29.30% from 255 or 14.95% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAA4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAA4A is #0455B5. Grayscale: #B7B7B7. Windows color (decimal): -284086 or 4893435. OLE color: 4893435.
HSL color Cylindrical-coordinate representation of color #FBAA4A: hue angle of 32.54º 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 #FBAA4A is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 74 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.02 |
| HSL | 32.54º | 0.96% | 0.64% | - |
| HSV(B) | 32.54º | 0.71% | 0.98% | - |
| XYZ | 55.39 | 49.75 | 13.16 | - |
| YUV | 183.28 | 66.34 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 74 | 0 | 0.32 | 0.71 | 0.02 | 32.54 | 0.96 | 0.64 |
| Hex | FB | AA | 4A | 0 | 20 | 47 | 2 | 21 | 60 | 40 |
| Octal | 373 | 252 | 112 | 0 | 40 | 107 | 2 | 41 | 140 | 100 |
| Binary | 11111011 | 10101010 | 1001010 | 0 | 100000 | 1000111 | 10 | 100001 | 1100000 | 1000000 |
Color Harmonies of #FBAA4A
Complementary color
Monochromatic Colors of #FBAA4A
Black with #FBAA4A
Text Example
Text Example
White with #FBAA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAA4A; }
p { color: rgb(251,170,74); }
H1.HeaderClassName
{
color: #FBAA4A;
}
.AnyTagClassName
{
color: #FBAA4A;
}
</style>
background-color css
<style>
a { background-color: #FBAA4A; }
a { background-color: rgb(251,170,74); }
div.DivClassName
{
background-color: #FBAA4A;
}
.BgClassName
{
background-color: #FBAA4A;
}
</style>
border-color css
<style>
span { border-color: #FBAA4A; }
span { border-color: rgb(251,170,74); }
td.TdClassName
{
border-color: #FBAA4A;
}
.TagClassName
{
border-color: #FBAA4A;
}
</style>