Shades of Supernova #F9BA40
Tints of Supernova #F9BA40
RGB
CMYK
RGB Variations
Color information
#F9BA40 (or 0xF9BA40) is known color: Supernova. HEX triplet: F9, BA and 40. RGB value is (249,186,64). Sum of RGB (Red+Green+Blue) = 249+186+64=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 64 (25.39% from 255 or 12.83% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BA40 is #0645BF. Grayscale: #BFBFBF. Windows color (decimal): -411072 or 4242169. OLE color: 4242169.
HSL color Cylindrical-coordinate representation of color #F9BA40: hue angle of 39.57º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F9BA40 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 64 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.02 |
| HSL | 39.57º | 0.94% | 0.61% | - |
| HSV(B) | 39.57º | 0.74% | 0.98% | - |
| XYZ | 57.55 | 55.63 | 12.55 | - |
| YUV | 190.93 | 56.37 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 64 | 0 | 0.25 | 0.74 | 0.02 | 39.57 | 0.94 | 0.61 |
| Hex | F9 | BA | 40 | 0 | 19 | 4A | 2 | 28 | 5E | 3D |
| Octal | 371 | 272 | 100 | 0 | 31 | 112 | 2 | 50 | 136 | 75 |
| Binary | 11111001 | 10111010 | 1000000 | 0 | 11001 | 1001010 | 10 | 101000 | 1011110 | 111101 |
Color Harmonies of #F9BA40
Complementary color
Monochromatic Colors of #F9BA40
Black with #F9BA40
Text Example
Text Example
White with #F9BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BA40; }
p { color: rgb(249,186,64); }
H1.HeaderClassName
{
color: #F9BA40;
}
.AnyTagClassName
{
color: #F9BA40;
}
</style>
background-color css
<style>
a { background-color: #F9BA40; }
a { background-color: rgb(249,186,64); }
div.DivClassName
{
background-color: #F9BA40;
}
.BgClassName
{
background-color: #F9BA40;
}
</style>
border-color css
<style>
span { border-color: #F9BA40; }
span { border-color: rgb(249,186,64); }
td.TdClassName
{
border-color: #F9BA40;
}
.TagClassName
{
border-color: #F9BA40;
}
</style>