Shades of Supernova #F3BA3C
Tints of Supernova #F3BA3C
RGB
CMYK
RGB Variations
Color information
#F3BA3C (or 0xF3BA3C) is known color: Supernova. HEX triplet: F3, BA and 3C. RGB value is (243,186,60). Sum of RGB (Red+Green+Blue) = 243+186+60=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 60 (23.83% from 255 or 12.27% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3BA3C is #0C45C3. Grayscale: #BDBDBD. Windows color (decimal): -804292 or 3980019. OLE color: 3980019.
HSL color Cylindrical-coordinate representation of color #F3BA3C: hue angle of 41.31º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F3BA3C is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 60 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.05 |
| HSL | 41.31º | 0.88% | 0.59% | - |
| HSV(B) | 41.31º | 0.75% | 0.95% | - |
| XYZ | 55.34 | 54.5 | 11.88 | - |
| YUV | 188.68 | 55.38 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 60 | 0 | 0.23 | 0.75 | 0.05 | 41.31 | 0.88 | 0.59 |
| Hex | F3 | BA | 3C | 0 | 17 | 4B | 5 | 29 | 58 | 3B |
| Octal | 363 | 272 | 74 | 0 | 27 | 113 | 5 | 51 | 130 | 73 |
| Binary | 11110011 | 10111010 | 111100 | 0 | 10111 | 1001011 | 101 | 101001 | 1011000 | 111011 |
Color Harmonies of #F3BA3C
Complementary color
Monochromatic Colors of #F3BA3C
Black with #F3BA3C
Text Example
Text Example
White with #F3BA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BA3C; }
p { color: rgb(243,186,60); }
H1.HeaderClassName
{
color: #F3BA3C;
}
.AnyTagClassName
{
color: #F3BA3C;
}
</style>
background-color css
<style>
a { background-color: #F3BA3C; }
a { background-color: rgb(243,186,60); }
div.DivClassName
{
background-color: #F3BA3C;
}
.BgClassName
{
background-color: #F3BA3C;
}
</style>
border-color css
<style>
span { border-color: #F3BA3C; }
span { border-color: rgb(243,186,60); }
td.TdClassName
{
border-color: #F3BA3C;
}
.TagClassName
{
border-color: #F3BA3C;
}
</style>