Shades of Supernova #F8B93C
Tints of Supernova #F8B93C
RGB
CMYK
RGB Variations
Color information
#F8B93C (or 0xF8B93C) is known color: Supernova. HEX triplet: F8, B9 and 3C. RGB value is (248,185,60). Sum of RGB (Red+Green+Blue) = 248+185+60=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 60 (23.83% from 255 or 12.17% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B93C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8B93C is #0746C3. Grayscale: #BEBEBE. Windows color (decimal): -476868 or 3979768. OLE color: 3979768.
HSL color Cylindrical-coordinate representation of color #F8B93C: hue angle of 39.89º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F8B93C is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 185 | 60 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.03 |
| HSL | 39.89º | 0.93% | 0.6% | - |
| HSV(B) | 39.89º | 0.76% | 0.97% | - |
| XYZ | 56.88 | 54.98 | 11.89 | - |
| YUV | 189.59 | 54.87 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 185 | 60 | 0 | 0.25 | 0.76 | 0.03 | 39.89 | 0.93 | 0.6 |
| Hex | F8 | B9 | 3C | 0 | 19 | 4C | 3 | 28 | 5D | 3C |
| Octal | 370 | 271 | 74 | 0 | 31 | 114 | 3 | 50 | 135 | 74 |
| Binary | 11111000 | 10111001 | 111100 | 0 | 11001 | 1001100 | 11 | 101000 | 1011101 | 111100 |
Color Harmonies of #F8B93C
Complementary color
Monochromatic Colors of #F8B93C
Black with #F8B93C
Text Example
Text Example
White with #F8B93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B93C; }
p { color: rgb(248,185,60); }
H1.HeaderClassName
{
color: #F8B93C;
}
.AnyTagClassName
{
color: #F8B93C;
}
</style>
background-color css
<style>
a { background-color: #F8B93C; }
a { background-color: rgb(248,185,60); }
div.DivClassName
{
background-color: #F8B93C;
}
.BgClassName
{
background-color: #F8B93C;
}
</style>
border-color css
<style>
span { border-color: #F8B93C; }
span { border-color: rgb(248,185,60); }
td.TdClassName
{
border-color: #F8B93C;
}
.TagClassName
{
border-color: #F8B93C;
}
</style>