Shades of Supernova #F7AD32
Tints of Supernova #F7AD32
RGB
CMYK
RGB Variations
Color information
#F7AD32 (or 0xF7AD32) is known color: Supernova. HEX triplet: F7, AD and 32. RGB value is (247,173,50). Sum of RGB (Red+Green+Blue) = 247+173+50=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 50 (19.92% from 255 or 10.64% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AD32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7AD32 is #0852CD. Grayscale: #B5B5B5. Windows color (decimal): -545486 or 3321335. OLE color: 3321335.
HSL color Cylindrical-coordinate representation of color #F7AD32: hue angle of 37.46º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F7AD32 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 173 | 50 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.03 |
| HSL | 37.46º | 0.92% | 0.58% | - |
| HSV(B) | 37.46º | 0.8% | 0.97% | - |
| XYZ | 53.88 | 49.89 | 9.81 | - |
| YUV | 181.1 | 54.02 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 173 | 50 | 0 | 0.30 | 0.80 | 0.03 | 37.46 | 0.92 | 0.58 |
| Hex | F7 | AD | 32 | 0 | 1E | 50 | 3 | 25 | 5C | 3A |
| Octal | 367 | 255 | 62 | 0 | 36 | 120 | 3 | 45 | 134 | 72 |
| Binary | 11110111 | 10101101 | 110010 | 0 | 11110 | 1010000 | 11 | 100101 | 1011100 | 111010 |
Color Harmonies of #F7AD32
Complementary color
Monochromatic Colors of #F7AD32
Black with #F7AD32
Text Example
Text Example
White with #F7AD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AD32; }
p { color: rgb(247,173,50); }
H1.HeaderClassName
{
color: #F7AD32;
}
.AnyTagClassName
{
color: #F7AD32;
}
</style>
background-color css
<style>
a { background-color: #F7AD32; }
a { background-color: rgb(247,173,50); }
div.DivClassName
{
background-color: #F7AD32;
}
.BgClassName
{
background-color: #F7AD32;
}
</style>
border-color css
<style>
span { border-color: #F7AD32; }
span { border-color: rgb(247,173,50); }
td.TdClassName
{
border-color: #F7AD32;
}
.TagClassName
{
border-color: #F7AD32;
}
</style>