Shades of Supernova #F9B93C
Tints of Supernova #F9B93C
RGB
CMYK
RGB Variations
Color information
#F9B93C (or 0xF9B93C) is known color: Supernova. HEX triplet: F9, B9 and 3C. RGB value is (249,185,60). Sum of RGB (Red+Green+Blue) = 249+185+60=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 60 (23.83% from 255 or 12.15% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B93C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9B93C is #0646C3. Grayscale: #BEBEBE. Windows color (decimal): -411332 or 3979769. OLE color: 3979769.
HSL color Cylindrical-coordinate representation of color #F9B93C: hue angle of 39.68º 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 #F9B93C is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 185 | 60 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.02 |
| HSL | 39.68º | 0.94% | 0.61% | - |
| HSV(B) | 39.68º | 0.76% | 0.98% | - |
| XYZ | 57.23 | 55.16 | 11.91 | - |
| YUV | 189.89 | 54.7 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 185 | 60 | 0 | 0.26 | 0.76 | 0.02 | 39.68 | 0.94 | 0.61 |
| Hex | F9 | B9 | 3C | 0 | 1A | 4C | 2 | 28 | 5E | 3D |
| Octal | 371 | 271 | 74 | 0 | 32 | 114 | 2 | 50 | 136 | 75 |
| Binary | 11111001 | 10111001 | 111100 | 0 | 11010 | 1001100 | 10 | 101000 | 1011110 | 111101 |
Color Harmonies of #F9B93C
Complementary color
Monochromatic Colors of #F9B93C
Black with #F9B93C
Text Example
Text Example
White with #F9B93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B93C; }
p { color: rgb(249,185,60); }
H1.HeaderClassName
{
color: #F9B93C;
}
.AnyTagClassName
{
color: #F9B93C;
}
</style>
background-color css
<style>
a { background-color: #F9B93C; }
a { background-color: rgb(249,185,60); }
div.DivClassName
{
background-color: #F9B93C;
}
.BgClassName
{
background-color: #F9B93C;
}
</style>
border-color css
<style>
span { border-color: #F9B93C; }
span { border-color: rgb(249,185,60); }
td.TdClassName
{
border-color: #F9B93C;
}
.TagClassName
{
border-color: #F9B93C;
}
</style>