Shades of Supernova #FBBA40
Tints of Supernova #FBBA40
RGB
CMYK
RGB Variations
Color information
#FBBA40 (or 0xFBBA40) is known color: Supernova. HEX triplet: FB, BA and 40. RGB value is (251,186,64). Sum of RGB (Red+Green+Blue) = 251+186+64=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 64 (25.39% from 255 or 12.77% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBA40 is #0445BF. Grayscale: #C0C0C0. Windows color (decimal): -280000 or 4242171. OLE color: 4242171.
HSL color Cylindrical-coordinate representation of color #FBBA40: hue angle of 39.14º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FBBA40 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 64 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.02 |
| HSL | 39.14º | 0.96% | 0.62% | - |
| HSV(B) | 39.14º | 0.75% | 0.98% | - |
| XYZ | 58.27 | 56 | 12.59 | - |
| YUV | 191.53 | 56.03 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 64 | 0 | 0.26 | 0.75 | 0.02 | 39.14 | 0.96 | 0.62 |
| Hex | FB | BA | 40 | 0 | 1A | 4B | 2 | 27 | 60 | 3E |
| Octal | 373 | 272 | 100 | 0 | 32 | 113 | 2 | 47 | 140 | 76 |
| Binary | 11111011 | 10111010 | 1000000 | 0 | 11010 | 1001011 | 10 | 100111 | 1100000 | 111110 |
Color Harmonies of #FBBA40
Complementary color
Monochromatic Colors of #FBBA40
Black with #FBBA40
Text Example
Text Example
White with #FBBA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBA40; }
p { color: rgb(251,186,64); }
H1.HeaderClassName
{
color: #FBBA40;
}
.AnyTagClassName
{
color: #FBBA40;
}
</style>
background-color css
<style>
a { background-color: #FBBA40; }
a { background-color: rgb(251,186,64); }
div.DivClassName
{
background-color: #FBBA40;
}
.BgClassName
{
background-color: #FBBA40;
}
</style>
border-color css
<style>
span { border-color: #FBBA40; }
span { border-color: rgb(251,186,64); }
td.TdClassName
{
border-color: #FBBA40;
}
.TagClassName
{
border-color: #FBBA40;
}
</style>