Shades of Supernova #F7B42C
Tints of Supernova #F7B42C
RGB
CMYK
RGB Variations
Color information
#F7B42C (or 0xF7B42C) is known color: Supernova. HEX triplet: F7, B4 and 2C. RGB value is (247,180,44). Sum of RGB (Red+Green+Blue) = 247+180+44=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 44 (17.58% from 255 or 9.34% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7B42C is #084BD3. Grayscale: #B9B9B9. Windows color (decimal): -543700 or 2929911. OLE color: 2929911.
HSL color Cylindrical-coordinate representation of color #F7B42C: hue angle of 40.2º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F7B42C is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 180 | 44 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.03 |
| HSL | 40.2º | 0.93% | 0.57% | - |
| HSV(B) | 40.2º | 0.82% | 0.97% | - |
| XYZ | 55.13 | 52.6 | 9.63 | - |
| YUV | 184.53 | 48.7 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 180 | 44 | 0 | 0.27 | 0.82 | 0.03 | 40.2 | 0.93 | 0.57 |
| Hex | F7 | B4 | 2C | 0 | 1B | 52 | 3 | 28 | 5D | 39 |
| Octal | 367 | 264 | 54 | 0 | 33 | 122 | 3 | 50 | 135 | 71 |
| Binary | 11110111 | 10110100 | 101100 | 0 | 11011 | 1010010 | 11 | 101000 | 1011101 | 111001 |
Color Harmonies of #F7B42C
Complementary color
Monochromatic Colors of #F7B42C
Black with #F7B42C
Text Example
Text Example
White with #F7B42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B42C; }
p { color: rgb(247,180,44); }
H1.HeaderClassName
{
color: #F7B42C;
}
.AnyTagClassName
{
color: #F7B42C;
}
</style>
background-color css
<style>
a { background-color: #F7B42C; }
a { background-color: rgb(247,180,44); }
div.DivClassName
{
background-color: #F7B42C;
}
.BgClassName
{
background-color: #F7B42C;
}
</style>
border-color css
<style>
span { border-color: #F7B42C; }
span { border-color: rgb(247,180,44); }
td.TdClassName
{
border-color: #F7B42C;
}
.TagClassName
{
border-color: #F7B42C;
}
</style>