Shades of Supernova #F6B42F
Tints of Supernova #F6B42F
RGB
CMYK
RGB Variations
Color information
#F6B42F (or 0xF6B42F) is known color: Supernova. HEX triplet: F6, B4 and 2F. RGB value is (246,180,47). Sum of RGB (Red+Green+Blue) = 246+180+47=473 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.01% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 47 (18.75% from 255 or 9.94% from 473); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6B42F is #094BD0. Grayscale: #B9B9B9. Windows color (decimal): -609233 or 3126518. OLE color: 3126518.
HSL color Cylindrical-coordinate representation of color #F6B42F: hue angle of 40.1º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F6B42F is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 180 | 47 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.04 |
| HSL | 40.1º | 0.92% | 0.57% | - |
| HSV(B) | 40.1º | 0.81% | 0.96% | - |
| XYZ | 54.84 | 52.44 | 9.92 | - |
| YUV | 184.57 | 50.37 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 180 | 47 | 0 | 0.27 | 0.81 | 0.04 | 40.1 | 0.92 | 0.57 |
| Hex | F6 | B4 | 2F | 0 | 1B | 51 | 4 | 28 | 5C | 39 |
| Octal | 366 | 264 | 57 | 0 | 33 | 121 | 4 | 50 | 134 | 71 |
| Binary | 11110110 | 10110100 | 101111 | 0 | 11011 | 1010001 | 100 | 101000 | 1011100 | 111001 |
Color Harmonies of #F6B42F
Complementary color
Monochromatic Colors of #F6B42F
Black with #F6B42F
Text Example
Text Example
White with #F6B42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B42F; }
p { color: rgb(246,180,47); }
H1.HeaderClassName
{
color: #F6B42F;
}
.AnyTagClassName
{
color: #F6B42F;
}
</style>
background-color css
<style>
a { background-color: #F6B42F; }
a { background-color: rgb(246,180,47); }
div.DivClassName
{
background-color: #F6B42F;
}
.BgClassName
{
background-color: #F6B42F;
}
</style>
border-color css
<style>
span { border-color: #F6B42F; }
span { border-color: rgb(246,180,47); }
td.TdClassName
{
border-color: #F6B42F;
}
.TagClassName
{
border-color: #F6B42F;
}
</style>