Shades of Supernova #FBB127
Tints of Supernova #FBB127
RGB
CMYK
RGB Variations
Color information
#FBB127 (or 0xFBB127) is known color: Supernova. HEX triplet: FB, B1 and 27. RGB value is (251,177,39). Sum of RGB (Red+Green+Blue) = 251+177+39=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 39 (15.62% from 255 or 8.35% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB127 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBB127 is #044ED8. Grayscale: #B8B8B8. Windows color (decimal): -282329 or 2601467. OLE color: 2601467.
HSL color Cylindrical-coordinate representation of color #FBB127: hue angle of 39.06º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FBB127 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 177 | 39 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.02 |
| HSL | 39.06º | 0.96% | 0.57% | - |
| HSV(B) | 39.06º | 0.84% | 0.98% | - |
| XYZ | 55.87 | 52.1 | 9.03 | - |
| YUV | 183.39 | 46.52 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 177 | 39 | 0 | 0.29 | 0.84 | 0.02 | 39.06 | 0.96 | 0.57 |
| Hex | FB | B1 | 27 | 0 | 1D | 54 | 2 | 27 | 60 | 39 |
| Octal | 373 | 261 | 47 | 0 | 35 | 124 | 2 | 47 | 140 | 71 |
| Binary | 11111011 | 10110001 | 100111 | 0 | 11101 | 1010100 | 10 | 100111 | 1100000 | 111001 |
Color Harmonies of #FBB127
Complementary color
Monochromatic Colors of #FBB127
Black with #FBB127
Text Example
Text Example
White with #FBB127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB127; }
p { color: rgb(251,177,39); }
H1.HeaderClassName
{
color: #FBB127;
}
.AnyTagClassName
{
color: #FBB127;
}
</style>
background-color css
<style>
a { background-color: #FBB127; }
a { background-color: rgb(251,177,39); }
div.DivClassName
{
background-color: #FBB127;
}
.BgClassName
{
background-color: #FBB127;
}
</style>
border-color css
<style>
span { border-color: #FBB127; }
span { border-color: rgb(251,177,39); }
td.TdClassName
{
border-color: #FBB127;
}
.TagClassName
{
border-color: #FBB127;
}
</style>