Shades of Supernova #FBBA32
Tints of Supernova #FBBA32
RGB
CMYK
RGB Variations
Color information
#FBBA32 (or 0xFBBA32) is known color: Supernova. HEX triplet: FB, BA and 32. RGB value is (251,186,50). Sum of RGB (Red+Green+Blue) = 251+186+50=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 50 (19.92% from 255 or 10.27% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBA32 is #0445CD. Grayscale: #BEBEBE. Windows color (decimal): -280014 or 3324667. OLE color: 3324667.
HSL color Cylindrical-coordinate representation of color #FBBA32: hue angle of 40.6º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FBBA32 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 50 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.02 |
| HSL | 40.6º | 0.96% | 0.59% | - |
| HSV(B) | 40.6º | 0.8% | 0.98% | - |
| XYZ | 57.92 | 55.86 | 10.75 | - |
| YUV | 189.93 | 49.03 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 50 | 0 | 0.26 | 0.80 | 0.02 | 40.6 | 0.96 | 0.59 |
| Hex | FB | BA | 32 | 0 | 1A | 50 | 2 | 29 | 60 | 3B |
| Octal | 373 | 272 | 62 | 0 | 32 | 120 | 2 | 51 | 140 | 73 |
| Binary | 11111011 | 10111010 | 110010 | 0 | 11010 | 1010000 | 10 | 101001 | 1100000 | 111011 |
Color Harmonies of #FBBA32
Complementary color
Monochromatic Colors of #FBBA32
Black with #FBBA32
Text Example
Text Example
White with #FBBA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBA32; }
p { color: rgb(251,186,50); }
H1.HeaderClassName
{
color: #FBBA32;
}
.AnyTagClassName
{
color: #FBBA32;
}
</style>
background-color css
<style>
a { background-color: #FBBA32; }
a { background-color: rgb(251,186,50); }
div.DivClassName
{
background-color: #FBBA32;
}
.BgClassName
{
background-color: #FBBA32;
}
</style>
border-color css
<style>
span { border-color: #FBBA32; }
span { border-color: rgb(251,186,50); }
td.TdClassName
{
border-color: #FBBA32;
}
.TagClassName
{
border-color: #FBBA32;
}
</style>