Shades of Supernova #F6B430
Tints of Supernova #F6B430
RGB
CMYK
RGB Variations
Color information
#F6B430 (or 0xF6B430) is known color: Supernova. HEX triplet: F6, B4 and 30. RGB value is (246,180,48). Sum of RGB (Red+Green+Blue) = 246+180+48=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 48 (19.14% from 255 or 10.13% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B430 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6B430 is #094BCF. Grayscale: #B9B9B9. Windows color (decimal): -609232 or 3192054. OLE color: 3192054.
HSL color Cylindrical-coordinate representation of color #F6B430: hue angle of 40º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F6B430 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 180 | 48 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.04 |
| HSL | 40º | 0.92% | 0.58% | - |
| HSV(B) | 40º | 0.8% | 0.96% | - |
| XYZ | 54.86 | 52.45 | 10.03 | - |
| YUV | 184.69 | 50.87 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 180 | 48 | 0 | 0.27 | 0.80 | 0.04 | 40 | 0.92 | 0.58 |
| Hex | F6 | B4 | 30 | 0 | 1B | 50 | 4 | 28 | 5C | 3A |
| Octal | 366 | 264 | 60 | 0 | 33 | 120 | 4 | 50 | 134 | 72 |
| Binary | 11110110 | 10110100 | 110000 | 0 | 11011 | 1010000 | 100 | 101000 | 1011100 | 111010 |
Color Harmonies of #F6B430
Complementary color
Monochromatic Colors of #F6B430
Black with #F6B430
Text Example
Text Example
White with #F6B430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B430; }
p { color: rgb(246,180,48); }
H1.HeaderClassName
{
color: #F6B430;
}
.AnyTagClassName
{
color: #F6B430;
}
</style>
background-color css
<style>
a { background-color: #F6B430; }
a { background-color: rgb(246,180,48); }
div.DivClassName
{
background-color: #F6B430;
}
.BgClassName
{
background-color: #F6B430;
}
</style>
border-color css
<style>
span { border-color: #F6B430; }
span { border-color: rgb(246,180,48); }
td.TdClassName
{
border-color: #F6B430;
}
.TagClassName
{
border-color: #F6B430;
}
</style>