Shades of Supernova #F6BA42
Tints of Supernova #F6BA42
RGB
CMYK
RGB Variations
Color information
#F6BA42 (or 0xF6BA42) is known color: Supernova. HEX triplet: F6, BA and 42. RGB value is (246,186,66). Sum of RGB (Red+Green+Blue) = 246+186+66=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 66 (26.17% from 255 or 13.25% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6BA42 is #0945BD. Grayscale: #BEBEBE. Windows color (decimal): -607678 or 4373238. OLE color: 4373238.
HSL color Cylindrical-coordinate representation of color #F6BA42: hue angle of 40º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F6BA42 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 66 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.04 |
| HSL | 40º | 0.91% | 0.61% | - |
| HSV(B) | 40º | 0.73% | 0.96% | - |
| XYZ | 56.55 | 55.1 | 12.81 | - |
| YUV | 190.26 | 57.88 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 66 | 0 | 0.24 | 0.73 | 0.04 | 40 | 0.91 | 0.61 |
| Hex | F6 | BA | 42 | 0 | 18 | 49 | 4 | 28 | 5B | 3D |
| Octal | 366 | 272 | 102 | 0 | 30 | 111 | 4 | 50 | 133 | 75 |
| Binary | 11110110 | 10111010 | 1000010 | 0 | 11000 | 1001001 | 100 | 101000 | 1011011 | 111101 |
Color Harmonies of #F6BA42
Complementary color
Monochromatic Colors of #F6BA42
Black with #F6BA42
Text Example
Text Example
White with #F6BA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BA42; }
p { color: rgb(246,186,66); }
H1.HeaderClassName
{
color: #F6BA42;
}
.AnyTagClassName
{
color: #F6BA42;
}
</style>
background-color css
<style>
a { background-color: #F6BA42; }
a { background-color: rgb(246,186,66); }
div.DivClassName
{
background-color: #F6BA42;
}
.BgClassName
{
background-color: #F6BA42;
}
</style>
border-color css
<style>
span { border-color: #F6BA42; }
span { border-color: rgb(246,186,66); }
td.TdClassName
{
border-color: #F6BA42;
}
.TagClassName
{
border-color: #F6BA42;
}
</style>