Shades of Supernova #F2B73E
Tints of Supernova #F2B73E
RGB
CMYK
RGB Variations
Color information
#F2B73E (or 0xF2B73E) is known color: Supernova. HEX triplet: F2, B7 and 3E. RGB value is (242,183,62). Sum of RGB (Red+Green+Blue) = 242+183+62=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 62 (24.61% from 255 or 12.73% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B73E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B73E is #0D48C1. Grayscale: #BBBBBB. Windows color (decimal): -870594 or 4110322. OLE color: 4110322.
HSL color Cylindrical-coordinate representation of color #F2B73E: hue angle of 40.33º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2B73E is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 183 | 62 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.05 |
| HSL | 40.33º | 0.87% | 0.6% | - |
| HSV(B) | 40.33º | 0.74% | 0.95% | - |
| XYZ | 54.42 | 53.09 | 11.94 | - |
| YUV | 186.85 | 57.55 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 183 | 62 | 0 | 0.24 | 0.74 | 0.05 | 40.33 | 0.87 | 0.6 |
| Hex | F2 | B7 | 3E | 0 | 18 | 4A | 5 | 28 | 57 | 3C |
| Octal | 362 | 267 | 76 | 0 | 30 | 112 | 5 | 50 | 127 | 74 |
| Binary | 11110010 | 10110111 | 111110 | 0 | 11000 | 1001010 | 101 | 101000 | 1010111 | 111100 |
Color Harmonies of #F2B73E
Complementary color
Monochromatic Colors of #F2B73E
Black with #F2B73E
Text Example
Text Example
White with #F2B73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B73E; }
p { color: rgb(242,183,62); }
H1.HeaderClassName
{
color: #F2B73E;
}
.AnyTagClassName
{
color: #F2B73E;
}
</style>
background-color css
<style>
a { background-color: #F2B73E; }
a { background-color: rgb(242,183,62); }
div.DivClassName
{
background-color: #F2B73E;
}
.BgClassName
{
background-color: #F2B73E;
}
</style>
border-color css
<style>
span { border-color: #F2B73E; }
span { border-color: rgb(242,183,62); }
td.TdClassName
{
border-color: #F2B73E;
}
.TagClassName
{
border-color: #F2B73E;
}
</style>