Shades of Supernova #F9BA35
Tints of Supernova #F9BA35
RGB
CMYK
RGB Variations
Color information
#F9BA35 (or 0xF9BA35) is known color: Supernova. HEX triplet: F9, BA and 35. RGB value is (249,186,53). Sum of RGB (Red+Green+Blue) = 249+186+53=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 53 (21.09% from 255 or 10.86% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BA35 is #0645CA. Grayscale: #BEBEBE. Windows color (decimal): -411083 or 3521273. OLE color: 3521273.
HSL color Cylindrical-coordinate representation of color #F9BA35: hue angle of 40.71º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F9BA35 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 53 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.02 |
| HSL | 40.71º | 0.94% | 0.59% | - |
| HSV(B) | 40.71º | 0.79% | 0.98% | - |
| XYZ | 57.27 | 55.51 | 11.07 | - |
| YUV | 189.68 | 50.87 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 53 | 0 | 0.25 | 0.79 | 0.02 | 40.71 | 0.94 | 0.59 |
| Hex | F9 | BA | 35 | 0 | 19 | 4F | 2 | 29 | 5E | 3B |
| Octal | 371 | 272 | 65 | 0 | 31 | 117 | 2 | 51 | 136 | 73 |
| Binary | 11111001 | 10111010 | 110101 | 0 | 11001 | 1001111 | 10 | 101001 | 1011110 | 111011 |
Color Harmonies of #F9BA35
Complementary color
Monochromatic Colors of #F9BA35
Black with #F9BA35
Text Example
Text Example
White with #F9BA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BA35; }
p { color: rgb(249,186,53); }
H1.HeaderClassName
{
color: #F9BA35;
}
.AnyTagClassName
{
color: #F9BA35;
}
</style>
background-color css
<style>
a { background-color: #F9BA35; }
a { background-color: rgb(249,186,53); }
div.DivClassName
{
background-color: #F9BA35;
}
.BgClassName
{
background-color: #F9BA35;
}
</style>
border-color css
<style>
span { border-color: #F9BA35; }
span { border-color: rgb(249,186,53); }
td.TdClassName
{
border-color: #F9BA35;
}
.TagClassName
{
border-color: #F9BA35;
}
</style>