Shades of Supernova #F3B03A
Tints of Supernova #F3B03A
RGB
CMYK
RGB Variations
Color information
#F3B03A (or 0xF3B03A) is known color: Supernova. HEX triplet: F3, B0 and 3A. RGB value is (243,176,58). Sum of RGB (Red+Green+Blue) = 243+176+58=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 58 (23.05% from 255 or 12.16% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B03A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3B03A is #0C4FC5. Grayscale: #B7B7B7. Windows color (decimal): -806854 or 3846387. OLE color: 3846387.
HSL color Cylindrical-coordinate representation of color #F3B03A: hue angle of 38.27º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F3B03A is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 176 | 58 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.05 |
| HSL | 38.27º | 0.89% | 0.59% | - |
| HSV(B) | 38.27º | 0.76% | 0.95% | - |
| XYZ | 53.25 | 50.41 | 10.93 | - |
| YUV | 182.58 | 57.7 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 176 | 58 | 0 | 0.28 | 0.76 | 0.05 | 38.27 | 0.89 | 0.59 |
| Hex | F3 | B0 | 3A | 0 | 1C | 4C | 5 | 26 | 59 | 3B |
| Octal | 363 | 260 | 72 | 0 | 34 | 114 | 5 | 46 | 131 | 73 |
| Binary | 11110011 | 10110000 | 111010 | 0 | 11100 | 1001100 | 101 | 100110 | 1011001 | 111011 |
Color Harmonies of #F3B03A
Complementary color
Monochromatic Colors of #F3B03A
Black with #F3B03A
Text Example
Text Example
White with #F3B03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B03A; }
p { color: rgb(243,176,58); }
H1.HeaderClassName
{
color: #F3B03A;
}
.AnyTagClassName
{
color: #F3B03A;
}
</style>
background-color css
<style>
a { background-color: #F3B03A; }
a { background-color: rgb(243,176,58); }
div.DivClassName
{
background-color: #F3B03A;
}
.BgClassName
{
background-color: #F3B03A;
}
</style>
border-color css
<style>
span { border-color: #F3B03A; }
span { border-color: rgb(243,176,58); }
td.TdClassName
{
border-color: #F3B03A;
}
.TagClassName
{
border-color: #F3B03A;
}
</style>