Shades of Supernova #FBBA2D
Tints of Supernova #FBBA2D
RGB
CMYK
RGB Variations
Color information
#FBBA2D (or 0xFBBA2D) is known color: Supernova. HEX triplet: FB, BA and 2D. RGB value is (251,186,45). Sum of RGB (Red+Green+Blue) = 251+186+45=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 45 (17.97% from 255 or 9.34% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBA2D is #0445D2. Grayscale: #BDBDBD. Windows color (decimal): -280019 or 2996987. OLE color: 2996987.
HSL color Cylindrical-coordinate representation of color #FBBA2D: hue angle of 41.07º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FBBA2D is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 45 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.02 |
| HSL | 41.07º | 0.96% | 0.58% | - |
| HSV(B) | 41.07º | 0.82% | 0.98% | - |
| XYZ | 57.82 | 55.82 | 10.21 | - |
| YUV | 189.36 | 46.53 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 45 | 0 | 0.26 | 0.82 | 0.02 | 41.07 | 0.96 | 0.58 |
| Hex | FB | BA | 2D | 0 | 1A | 52 | 2 | 29 | 60 | 3A |
| Octal | 373 | 272 | 55 | 0 | 32 | 122 | 2 | 51 | 140 | 72 |
| Binary | 11111011 | 10111010 | 101101 | 0 | 11010 | 1010010 | 10 | 101001 | 1100000 | 111010 |
Color Harmonies of #FBBA2D
Complementary color
Monochromatic Colors of #FBBA2D
Black with #FBBA2D
Text Example
Text Example
White with #FBBA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBA2D; }
p { color: rgb(251,186,45); }
H1.HeaderClassName
{
color: #FBBA2D;
}
.AnyTagClassName
{
color: #FBBA2D;
}
</style>
background-color css
<style>
a { background-color: #FBBA2D; }
a { background-color: rgb(251,186,45); }
div.DivClassName
{
background-color: #FBBA2D;
}
.BgClassName
{
background-color: #FBBA2D;
}
</style>
border-color css
<style>
span { border-color: #FBBA2D; }
span { border-color: rgb(251,186,45); }
td.TdClassName
{
border-color: #FBBA2D;
}
.TagClassName
{
border-color: #FBBA2D;
}
</style>