Shades of Supernova #F0B73C
Tints of Supernova #F0B73C
RGB
CMYK
RGB Variations
Color information
#F0B73C (or 0xF0B73C) is known color: Supernova. HEX triplet: F0, B7 and 3C. RGB value is (240,183,60). Sum of RGB (Red+Green+Blue) = 240+183+60=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 60 (23.83% from 255 or 12.42% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B73C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B73C is #0F48C3. Grayscale: #BABABA. Windows color (decimal): -1001668 or 3979248. OLE color: 3979248.
HSL color Cylindrical-coordinate representation of color #F0B73C: hue angle of 41º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0B73C is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 183 | 60 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.06 |
| HSL | 41º | 0.86% | 0.59% | - |
| HSV(B) | 41º | 0.75% | 0.94% | - |
| XYZ | 53.68 | 52.72 | 11.62 | - |
| YUV | 186.02 | 56.88 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 183 | 60 | 0 | 0.24 | 0.75 | 0.06 | 41 | 0.86 | 0.59 |
| Hex | F0 | B7 | 3C | 0 | 18 | 4B | 6 | 29 | 56 | 3B |
| Octal | 360 | 267 | 74 | 0 | 30 | 113 | 6 | 51 | 126 | 73 |
| Binary | 11110000 | 10110111 | 111100 | 0 | 11000 | 1001011 | 110 | 101001 | 1010110 | 111011 |
Color Harmonies of #F0B73C
Complementary color
Monochromatic Colors of #F0B73C
Black with #F0B73C
Text Example
Text Example
White with #F0B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B73C; }
p { color: rgb(240,183,60); }
H1.HeaderClassName
{
color: #F0B73C;
}
.AnyTagClassName
{
color: #F0B73C;
}
</style>
background-color css
<style>
a { background-color: #F0B73C; }
a { background-color: rgb(240,183,60); }
div.DivClassName
{
background-color: #F0B73C;
}
.BgClassName
{
background-color: #F0B73C;
}
</style>
border-color css
<style>
span { border-color: #F0B73C; }
span { border-color: rgb(240,183,60); }
td.TdClassName
{
border-color: #F0B73C;
}
.TagClassName
{
border-color: #F0B73C;
}
</style>