Shades of Supernova #F2B031
Tints of Supernova #F2B031
RGB
CMYK
RGB Variations
Color information
#F2B031 (or 0xF2B031) is known color: Supernova. HEX triplet: F2, B0 and 31. RGB value is (242,176,49). Sum of RGB (Red+Green+Blue) = 242+176+49=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 49 (19.53% from 255 or 10.49% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B031 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B031 is #0D4FCE. Grayscale: #B5B5B5. Windows color (decimal): -872399 or 3256562. OLE color: 3256562.
HSL color Cylindrical-coordinate representation of color #F2B031: hue angle of 39.48º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F2B031 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 49 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.05 |
| HSL | 39.48º | 0.88% | 0.57% | - |
| HSV(B) | 39.48º | 0.8% | 0.95% | - |
| XYZ | 52.7 | 50.15 | 9.81 | - |
| YUV | 181.26 | 53.37 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 49 | 0 | 0.27 | 0.80 | 0.05 | 39.48 | 0.88 | 0.57 |
| Hex | F2 | B0 | 31 | 0 | 1B | 50 | 5 | 27 | 58 | 39 |
| Octal | 362 | 260 | 61 | 0 | 33 | 120 | 5 | 47 | 130 | 71 |
| Binary | 11110010 | 10110000 | 110001 | 0 | 11011 | 1010000 | 101 | 100111 | 1011000 | 111001 |
Color Harmonies of #F2B031
Complementary color
Monochromatic Colors of #F2B031
Black with #F2B031
Text Example
Text Example
White with #F2B031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B031; }
p { color: rgb(242,176,49); }
H1.HeaderClassName
{
color: #F2B031;
}
.AnyTagClassName
{
color: #F2B031;
}
</style>
background-color css
<style>
a { background-color: #F2B031; }
a { background-color: rgb(242,176,49); }
div.DivClassName
{
background-color: #F2B031;
}
.BgClassName
{
background-color: #F2B031;
}
</style>
border-color css
<style>
span { border-color: #F2B031; }
span { border-color: rgb(242,176,49); }
td.TdClassName
{
border-color: #F2B031;
}
.TagClassName
{
border-color: #F2B031;
}
</style>