Shades of Supernova #F9BD3C
Tints of Supernova #F9BD3C
RGB
CMYK
RGB Variations
Color information
#F9BD3C (or 0xF9BD3C) is known color: Supernova. HEX triplet: F9, BD and 3C. RGB value is (249,189,60). Sum of RGB (Red+Green+Blue) = 249+189+60=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 60 (23.83% from 255 or 12.05% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BD3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BD3C is #0642C3. Grayscale: #C0C0C0. Windows color (decimal): -410308 or 3980793. OLE color: 3980793.
HSL color Cylindrical-coordinate representation of color #F9BD3C: hue angle of 40.95º degrees, saturation: 0.94, 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 #F9BD3C is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 189 | 60 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.02 |
| HSL | 40.95º | 0.94% | 0.61% | - |
| HSV(B) | 40.95º | 0.76% | 0.98% | - |
| XYZ | 58.08 | 56.86 | 12.19 | - |
| YUV | 192.23 | 53.38 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 189 | 60 | 0 | 0.24 | 0.76 | 0.02 | 40.95 | 0.94 | 0.61 |
| Hex | F9 | BD | 3C | 0 | 18 | 4C | 2 | 29 | 5E | 3D |
| Octal | 371 | 275 | 74 | 0 | 30 | 114 | 2 | 51 | 136 | 75 |
| Binary | 11111001 | 10111101 | 111100 | 0 | 11000 | 1001100 | 10 | 101001 | 1011110 | 111101 |
Color Harmonies of #F9BD3C
Complementary color
Monochromatic Colors of #F9BD3C
Black with #F9BD3C
Text Example
Text Example
White with #F9BD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BD3C; }
p { color: rgb(249,189,60); }
H1.HeaderClassName
{
color: #F9BD3C;
}
.AnyTagClassName
{
color: #F9BD3C;
}
</style>
background-color css
<style>
a { background-color: #F9BD3C; }
a { background-color: rgb(249,189,60); }
div.DivClassName
{
background-color: #F9BD3C;
}
.BgClassName
{
background-color: #F9BD3C;
}
</style>
border-color css
<style>
span { border-color: #F9BD3C; }
span { border-color: rgb(249,189,60); }
td.TdClassName
{
border-color: #F9BD3C;
}
.TagClassName
{
border-color: #F9BD3C;
}
</style>