Shades of My Sin #FBA74A
Tints of My Sin #FBA74A
RGB
CMYK
RGB Variations
Color information
#FBA74A (or 0xFBA74A) is known color: My Sin. HEX triplet: FB, A7 and 4A. RGB value is (251,167,74). Sum of RGB (Red+Green+Blue) = 251+167+74=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 74 (29.30% from 255 or 15.04% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA74A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA74A is #0458B5. Grayscale: #B5B5B5. Windows color (decimal): -284854 or 4892667. OLE color: 4892667.
HSL color Cylindrical-coordinate representation of color #FBA74A: hue angle of 31.53º 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 #FBA74A is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 74 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.02 |
| HSL | 31.53º | 0.96% | 0.64% | - |
| HSV(B) | 31.53º | 0.71% | 0.98% | - |
| XYZ | 54.84 | 48.64 | 12.98 | - |
| YUV | 181.51 | 67.33 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 74 | 0 | 0.33 | 0.71 | 0.02 | 31.53 | 0.96 | 0.64 |
| Hex | FB | A7 | 4A | 0 | 21 | 47 | 2 | 20 | 60 | 40 |
| Octal | 373 | 247 | 112 | 0 | 41 | 107 | 2 | 40 | 140 | 100 |
| Binary | 11111011 | 10100111 | 1001010 | 0 | 100001 | 1000111 | 10 | 100000 | 1100000 | 1000000 |
Color Harmonies of #FBA74A
Complementary color
Monochromatic Colors of #FBA74A
Black with #FBA74A
Text Example
Text Example
White with #FBA74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA74A; }
p { color: rgb(251,167,74); }
H1.HeaderClassName
{
color: #FBA74A;
}
.AnyTagClassName
{
color: #FBA74A;
}
</style>
background-color css
<style>
a { background-color: #FBA74A; }
a { background-color: rgb(251,167,74); }
div.DivClassName
{
background-color: #FBA74A;
}
.BgClassName
{
background-color: #FBA74A;
}
</style>
border-color css
<style>
span { border-color: #FBA74A; }
span { border-color: rgb(251,167,74); }
td.TdClassName
{
border-color: #FBA74A;
}
.TagClassName
{
border-color: #FBA74A;
}
</style>