Shades of My Sin #FBA74B
Tints of My Sin #FBA74B
RGB
CMYK
RGB Variations
Color information
#FBA74B (or 0xFBA74B) is known color: My Sin. HEX triplet: FB, A7 and 4B. RGB value is (251,167,75). Sum of RGB (Red+Green+Blue) = 251+167+75=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 75 (29.69% from 255 or 15.21% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA74B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA74B is #0458B4. Grayscale: #B6B6B6. Windows color (decimal): -284853 or 4958203. OLE color: 4958203.
HSL color Cylindrical-coordinate representation of color #FBA74B: hue angle of 31.36º 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 #FBA74B is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 75 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.02 |
| HSL | 31.36º | 0.96% | 0.64% | - |
| HSV(B) | 31.36º | 0.7% | 0.98% | - |
| XYZ | 54.87 | 48.65 | 13.16 | - |
| YUV | 181.63 | 67.83 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 75 | 0 | 0.33 | 0.70 | 0.02 | 31.36 | 0.96 | 0.64 |
| Hex | FB | A7 | 4B | 0 | 21 | 46 | 2 | 1F | 60 | 40 |
| Octal | 373 | 247 | 113 | 0 | 41 | 106 | 2 | 37 | 140 | 100 |
| Binary | 11111011 | 10100111 | 1001011 | 0 | 100001 | 1000110 | 10 | 11111 | 1100000 | 1000000 |
Color Harmonies of #FBA74B
Complementary color
Monochromatic Colors of #FBA74B
Black with #FBA74B
Text Example
Text Example
White with #FBA74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA74B; }
p { color: rgb(251,167,75); }
H1.HeaderClassName
{
color: #FBA74B;
}
.AnyTagClassName
{
color: #FBA74B;
}
</style>
background-color css
<style>
a { background-color: #FBA74B; }
a { background-color: rgb(251,167,75); }
div.DivClassName
{
background-color: #FBA74B;
}
.BgClassName
{
background-color: #FBA74B;
}
</style>
border-color css
<style>
span { border-color: #FBA74B; }
span { border-color: rgb(251,167,75); }
td.TdClassName
{
border-color: #FBA74B;
}
.TagClassName
{
border-color: #FBA74B;
}
</style>