Shades of Supernova #FBC03B
Tints of Supernova #FBC03B
RGB
CMYK
RGB Variations
Color information
#FBC03B (or 0xFBC03B) is known color: Supernova. HEX triplet: FB, C0 and 3B. RGB value is (251,192,59). Sum of RGB (Red+Green+Blue) = 251+192+59=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 59 (23.44% from 255 or 11.75% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC03B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC03B is #043FC4. Grayscale: #C3C3C3. Windows color (decimal): -278469 or 3916027. OLE color: 3916027.
HSL color Cylindrical-coordinate representation of color #FBC03B: hue angle of 41.56º 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 #FBC03B is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 59 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.02 |
| HSL | 41.56º | 0.96% | 0.61% | - |
| HSV(B) | 41.56º | 0.76% | 0.98% | - |
| XYZ | 59.42 | 58.52 | 12.3 | - |
| YUV | 194.48 | 51.55 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 59 | 0 | 0.24 | 0.76 | 0.02 | 41.56 | 0.96 | 0.61 |
| Hex | FB | C0 | 3B | 0 | 18 | 4C | 2 | 2A | 60 | 3D |
| Octal | 373 | 300 | 73 | 0 | 30 | 114 | 2 | 52 | 140 | 75 |
| Binary | 11111011 | 11000000 | 111011 | 0 | 11000 | 1001100 | 10 | 101010 | 1100000 | 111101 |
Color Harmonies of #FBC03B
Complementary color
Monochromatic Colors of #FBC03B
Black with #FBC03B
Text Example
Text Example
White with #FBC03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC03B; }
p { color: rgb(251,192,59); }
H1.HeaderClassName
{
color: #FBC03B;
}
.AnyTagClassName
{
color: #FBC03B;
}
</style>
background-color css
<style>
a { background-color: #FBC03B; }
a { background-color: rgb(251,192,59); }
div.DivClassName
{
background-color: #FBC03B;
}
.BgClassName
{
background-color: #FBC03B;
}
</style>
border-color css
<style>
span { border-color: #FBC03B; }
span { border-color: rgb(251,192,59); }
td.TdClassName
{
border-color: #FBC03B;
}
.TagClassName
{
border-color: #FBC03B;
}
</style>