Shades of Supernova #F2B73C
Tints of Supernova #F2B73C
RGB
CMYK
RGB Variations
Color information
#F2B73C (or 0xF2B73C) is known color: Supernova. HEX triplet: F2, B7 and 3C. RGB value is (242,183,60). Sum of RGB (Red+Green+Blue) = 242+183+60=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 60 (23.83% from 255 or 12.37% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B73C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B73C is #0D48C3. Grayscale: #BBBBBB. Windows color (decimal): -870596 or 3979250. OLE color: 3979250.
HSL color Cylindrical-coordinate representation of color #F2B73C: hue angle of 40.55º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2B73C is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 183 | 60 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.05 |
| HSL | 40.55º | 0.88% | 0.59% | - |
| HSV(B) | 40.55º | 0.75% | 0.95% | - |
| XYZ | 54.37 | 53.07 | 11.65 | - |
| YUV | 186.62 | 56.55 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 183 | 60 | 0 | 0.24 | 0.75 | 0.05 | 40.55 | 0.88 | 0.59 |
| Hex | F2 | B7 | 3C | 0 | 18 | 4B | 5 | 29 | 58 | 3B |
| Octal | 362 | 267 | 74 | 0 | 30 | 113 | 5 | 51 | 130 | 73 |
| Binary | 11110010 | 10110111 | 111100 | 0 | 11000 | 1001011 | 101 | 101001 | 1011000 | 111011 |
Color Harmonies of #F2B73C
Complementary color
Monochromatic Colors of #F2B73C
Black with #F2B73C
Text Example
Text Example
White with #F2B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B73C; }
p { color: rgb(242,183,60); }
H1.HeaderClassName
{
color: #F2B73C;
}
.AnyTagClassName
{
color: #F2B73C;
}
</style>
background-color css
<style>
a { background-color: #F2B73C; }
a { background-color: rgb(242,183,60); }
div.DivClassName
{
background-color: #F2B73C;
}
.BgClassName
{
background-color: #F2B73C;
}
</style>
border-color css
<style>
span { border-color: #F2B73C; }
span { border-color: rgb(242,183,60); }
td.TdClassName
{
border-color: #F2B73C;
}
.TagClassName
{
border-color: #F2B73C;
}
</style>