Shades of Supernova #F7B82F
Tints of Supernova #F7B82F
RGB
CMYK
RGB Variations
Color information
#F7B82F (or 0xF7B82F) is known color: Supernova. HEX triplet: F7, B8 and 2F. RGB value is (247,184,47). Sum of RGB (Red+Green+Blue) = 247+184+47=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 47 (18.75% from 255 or 9.83% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B82F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7B82F is #0847D0. Grayscale: #BBBBBB. Windows color (decimal): -542673 or 3127543. OLE color: 3127543.
HSL color Cylindrical-coordinate representation of color #F7B82F: hue angle of 41.1º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F7B82F is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 184 | 47 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.03 |
| HSL | 41.1º | 0.93% | 0.58% | - |
| HSV(B) | 41.1º | 0.81% | 0.97% | - |
| XYZ | 56.01 | 54.26 | 10.21 | - |
| YUV | 187.22 | 48.87 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 184 | 47 | 0 | 0.26 | 0.81 | 0.03 | 41.1 | 0.93 | 0.58 |
| Hex | F7 | B8 | 2F | 0 | 1A | 51 | 3 | 29 | 5D | 3A |
| Octal | 367 | 270 | 57 | 0 | 32 | 121 | 3 | 51 | 135 | 72 |
| Binary | 11110111 | 10111000 | 101111 | 0 | 11010 | 1010001 | 11 | 101001 | 1011101 | 111010 |
Color Harmonies of #F7B82F
Complementary color
Monochromatic Colors of #F7B82F
Black with #F7B82F
Text Example
Text Example
White with #F7B82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B82F; }
p { color: rgb(247,184,47); }
H1.HeaderClassName
{
color: #F7B82F;
}
.AnyTagClassName
{
color: #F7B82F;
}
</style>
background-color css
<style>
a { background-color: #F7B82F; }
a { background-color: rgb(247,184,47); }
div.DivClassName
{
background-color: #F7B82F;
}
.BgClassName
{
background-color: #F7B82F;
}
</style>
border-color css
<style>
span { border-color: #F7B82F; }
span { border-color: rgb(247,184,47); }
td.TdClassName
{
border-color: #F7B82F;
}
.TagClassName
{
border-color: #F7B82F;
}
</style>