Shades of Supernova #F2B941
Tints of Supernova #F2B941
RGB
CMYK
RGB Variations
Color information
#F2B941 (or 0xF2B941) is known color: Supernova. HEX triplet: F2, B9 and 41. RGB value is (242,185,65). Sum of RGB (Red+Green+Blue) = 242+185+65=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 65 (25.78% from 255 or 13.21% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B941 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B941 is #0D46BE. Grayscale: #BCBCBC. Windows color (decimal): -870079 or 4307442. OLE color: 4307442.
HSL color Cylindrical-coordinate representation of color #F2B941: hue angle of 40.68º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F2B941 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 65 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.05 |
| HSL | 40.68º | 0.87% | 0.6% | - |
| HSV(B) | 40.68º | 0.73% | 0.95% | - |
| XYZ | 54.92 | 53.96 | 12.52 | - |
| YUV | 188.36 | 58.38 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 65 | 0 | 0.24 | 0.73 | 0.05 | 40.68 | 0.87 | 0.6 |
| Hex | F2 | B9 | 41 | 0 | 18 | 49 | 5 | 29 | 57 | 3C |
| Octal | 362 | 271 | 101 | 0 | 30 | 111 | 5 | 51 | 127 | 74 |
| Binary | 11110010 | 10111001 | 1000001 | 0 | 11000 | 1001001 | 101 | 101001 | 1010111 | 111100 |
Color Harmonies of #F2B941
Complementary color
Monochromatic Colors of #F2B941
Black with #F2B941
Text Example
Text Example
White with #F2B941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B941; }
p { color: rgb(242,185,65); }
H1.HeaderClassName
{
color: #F2B941;
}
.AnyTagClassName
{
color: #F2B941;
}
</style>
background-color css
<style>
a { background-color: #F2B941; }
a { background-color: rgb(242,185,65); }
div.DivClassName
{
background-color: #F2B941;
}
.BgClassName
{
background-color: #F2B941;
}
</style>
border-color css
<style>
span { border-color: #F2B941; }
span { border-color: rgb(242,185,65); }
td.TdClassName
{
border-color: #F2B941;
}
.TagClassName
{
border-color: #F2B941;
}
</style>