Shades of Supernova #F6BC3D
Tints of Supernova #F6BC3D
RGB
CMYK
RGB Variations
Color information
#F6BC3D (or 0xF6BC3D) is known color: Supernova. HEX triplet: F6, BC and 3D. RGB value is (246,188,61). Sum of RGB (Red+Green+Blue) = 246+188+61=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 61 (24.22% from 255 or 12.32% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BC3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6BC3D is #0943C2. Grayscale: #BFBFBF. Windows color (decimal): -607171 or 4046070. OLE color: 4046070.
HSL color Cylindrical-coordinate representation of color #F6BC3D: hue angle of 41.19º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F6BC3D is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 188 | 61 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.04 |
| HSL | 41.19º | 0.91% | 0.6% | - |
| HSV(B) | 41.19º | 0.75% | 0.96% | - |
| XYZ | 56.83 | 55.9 | 12.21 | - |
| YUV | 190.86 | 54.72 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 188 | 61 | 0 | 0.24 | 0.75 | 0.04 | 41.19 | 0.91 | 0.6 |
| Hex | F6 | BC | 3D | 0 | 18 | 4B | 4 | 29 | 5B | 3C |
| Octal | 366 | 274 | 75 | 0 | 30 | 113 | 4 | 51 | 133 | 74 |
| Binary | 11110110 | 10111100 | 111101 | 0 | 11000 | 1001011 | 100 | 101001 | 1011011 | 111100 |
Color Harmonies of #F6BC3D
Complementary color
Monochromatic Colors of #F6BC3D
Black with #F6BC3D
Text Example
Text Example
White with #F6BC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BC3D; }
p { color: rgb(246,188,61); }
H1.HeaderClassName
{
color: #F6BC3D;
}
.AnyTagClassName
{
color: #F6BC3D;
}
</style>
background-color css
<style>
a { background-color: #F6BC3D; }
a { background-color: rgb(246,188,61); }
div.DivClassName
{
background-color: #F6BC3D;
}
.BgClassName
{
background-color: #F6BC3D;
}
</style>
border-color css
<style>
span { border-color: #F6BC3D; }
span { border-color: rgb(246,188,61); }
td.TdClassName
{
border-color: #F6BC3D;
}
.TagClassName
{
border-color: #F6BC3D;
}
</style>