Shades of Supernova #FBB73C
Tints of Supernova #FBB73C
RGB
CMYK
RGB Variations
Color information
#FBB73C (or 0xFBB73C) is known color: Supernova. HEX triplet: FB, B7 and 3C. RGB value is (251,183,60). Sum of RGB (Red+Green+Blue) = 251+183+60=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 60 (23.83% from 255 or 12.15% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB73C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBB73C is #0448C3. Grayscale: #BDBDBD. Windows color (decimal): -280772 or 3979259. OLE color: 3979259.
HSL color Cylindrical-coordinate representation of color #FBB73C: hue angle of 38.64º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FBB73C is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 183 | 60 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.02 |
| HSL | 38.64º | 0.96% | 0.61% | - |
| HSV(B) | 38.64º | 0.76% | 0.98% | - |
| XYZ | 57.53 | 54.7 | 11.8 | - |
| YUV | 189.31 | 55.03 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 183 | 60 | 0 | 0.27 | 0.76 | 0.02 | 38.64 | 0.96 | 0.61 |
| Hex | FB | B7 | 3C | 0 | 1B | 4C | 2 | 27 | 60 | 3D |
| Octal | 373 | 267 | 74 | 0 | 33 | 114 | 2 | 47 | 140 | 75 |
| Binary | 11111011 | 10110111 | 111100 | 0 | 11011 | 1001100 | 10 | 100111 | 1100000 | 111101 |
Color Harmonies of #FBB73C
Complementary color
Monochromatic Colors of #FBB73C
Black with #FBB73C
Text Example
Text Example
White with #FBB73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB73C; }
p { color: rgb(251,183,60); }
H1.HeaderClassName
{
color: #FBB73C;
}
.AnyTagClassName
{
color: #FBB73C;
}
</style>
background-color css
<style>
a { background-color: #FBB73C; }
a { background-color: rgb(251,183,60); }
div.DivClassName
{
background-color: #FBB73C;
}
.BgClassName
{
background-color: #FBB73C;
}
</style>
border-color css
<style>
span { border-color: #FBB73C; }
span { border-color: rgb(251,183,60); }
td.TdClassName
{
border-color: #FBB73C;
}
.TagClassName
{
border-color: #FBB73C;
}
</style>