Shades of Supernova #F9BC3A
Tints of Supernova #F9BC3A
RGB
CMYK
RGB Variations
Color information
#F9BC3A (or 0xF9BC3A) is known color: Supernova. HEX triplet: F9, BC and 3A. RGB value is (249,188,58). Sum of RGB (Red+Green+Blue) = 249+188+58=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 58 (23.05% from 255 or 11.72% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BC3A is #0643C5. Grayscale: #C0C0C0. Windows color (decimal): -410566 or 3849465. OLE color: 3849465.
HSL color Cylindrical-coordinate representation of color #F9BC3A: hue angle of 40.84º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F9BC3A is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 188 | 58 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.02 |
| HSL | 40.84º | 0.94% | 0.6% | - |
| HSV(B) | 40.84º | 0.77% | 0.98% | - |
| XYZ | 57.81 | 56.41 | 11.84 | - |
| YUV | 191.42 | 52.71 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 188 | 58 | 0 | 0.24 | 0.77 | 0.02 | 40.84 | 0.94 | 0.6 |
| Hex | F9 | BC | 3A | 0 | 18 | 4D | 2 | 29 | 5E | 3C |
| Octal | 371 | 274 | 72 | 0 | 30 | 115 | 2 | 51 | 136 | 74 |
| Binary | 11111001 | 10111100 | 111010 | 0 | 11000 | 1001101 | 10 | 101001 | 1011110 | 111100 |
Color Harmonies of #F9BC3A
Complementary color
Monochromatic Colors of #F9BC3A
Black with #F9BC3A
Text Example
Text Example
White with #F9BC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BC3A; }
p { color: rgb(249,188,58); }
H1.HeaderClassName
{
color: #F9BC3A;
}
.AnyTagClassName
{
color: #F9BC3A;
}
</style>
background-color css
<style>
a { background-color: #F9BC3A; }
a { background-color: rgb(249,188,58); }
div.DivClassName
{
background-color: #F9BC3A;
}
.BgClassName
{
background-color: #F9BC3A;
}
</style>
border-color css
<style>
span { border-color: #F9BC3A; }
span { border-color: rgb(249,188,58); }
td.TdClassName
{
border-color: #F9BC3A;
}
.TagClassName
{
border-color: #F9BC3A;
}
</style>