Shades of Supernova #F6B32F
Tints of Supernova #F6B32F
RGB
CMYK
RGB Variations
Color information
#F6B32F (or 0xF6B32F) is known color: Supernova. HEX triplet: F6, B3 and 2F. RGB value is (246,179,47). Sum of RGB (Red+Green+Blue) = 246+179+47=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 47 (18.75% from 255 or 9.96% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6B32F is #094CD0. Grayscale: #B8B8B8. Windows color (decimal): -609489 or 3126262. OLE color: 3126262.
HSL color Cylindrical-coordinate representation of color #F6B32F: hue angle of 39.8º 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 #F6B32F is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 179 | 47 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.04 |
| HSL | 39.8º | 0.92% | 0.57% | - |
| HSV(B) | 39.8º | 0.81% | 0.96% | - |
| XYZ | 54.64 | 52.04 | 9.85 | - |
| YUV | 183.99 | 50.7 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 179 | 47 | 0 | 0.27 | 0.81 | 0.04 | 39.8 | 0.92 | 0.57 |
| Hex | F6 | B3 | 2F | 0 | 1B | 51 | 4 | 28 | 5C | 39 |
| Octal | 366 | 263 | 57 | 0 | 33 | 121 | 4 | 50 | 134 | 71 |
| Binary | 11110110 | 10110011 | 101111 | 0 | 11011 | 1010001 | 100 | 101000 | 1011100 | 111001 |
Color Harmonies of #F6B32F
Complementary color
Monochromatic Colors of #F6B32F
Black with #F6B32F
Text Example
Text Example
White with #F6B32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B32F; }
p { color: rgb(246,179,47); }
H1.HeaderClassName
{
color: #F6B32F;
}
.AnyTagClassName
{
color: #F6B32F;
}
</style>
background-color css
<style>
a { background-color: #F6B32F; }
a { background-color: rgb(246,179,47); }
div.DivClassName
{
background-color: #F6B32F;
}
.BgClassName
{
background-color: #F6B32F;
}
</style>
border-color css
<style>
span { border-color: #F6B32F; }
span { border-color: rgb(246,179,47); }
td.TdClassName
{
border-color: #F6B32F;
}
.TagClassName
{
border-color: #F6B32F;
}
</style>