Shades of Supernova #F5BB3E
Tints of Supernova #F5BB3E
RGB
CMYK
RGB Variations
Color information
#F5BB3E (or 0xF5BB3E) is known color: Supernova. HEX triplet: F5, BB and 3E. RGB value is (245,187,62). Sum of RGB (Red+Green+Blue) = 245+187+62=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 62 (24.61% from 255 or 12.55% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BB3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BB3E is #0A44C1. Grayscale: #BEBEBE. Windows color (decimal): -672962 or 4111349. OLE color: 4111349.
HSL color Cylindrical-coordinate representation of color #F5BB3E: hue angle of 40.98º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F5BB3E is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 187 | 62 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.04 |
| HSL | 40.98º | 0.9% | 0.6% | - |
| HSV(B) | 40.98º | 0.75% | 0.96% | - |
| XYZ | 56.3 | 55.3 | 12.26 | - |
| YUV | 190.09 | 55.72 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 62 | 0 | 0.24 | 0.75 | 0.04 | 40.98 | 0.9 | 0.6 |
| Hex | F5 | BB | 3E | 0 | 18 | 4B | 4 | 29 | 5A | 3C |
| Octal | 365 | 273 | 76 | 0 | 30 | 113 | 4 | 51 | 132 | 74 |
| Binary | 11110101 | 10111011 | 111110 | 0 | 11000 | 1001011 | 100 | 101001 | 1011010 | 111100 |
Color Harmonies of #F5BB3E
Complementary color
Monochromatic Colors of #F5BB3E
Black with #F5BB3E
Text Example
Text Example
White with #F5BB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BB3E; }
p { color: rgb(245,187,62); }
H1.HeaderClassName
{
color: #F5BB3E;
}
.AnyTagClassName
{
color: #F5BB3E;
}
</style>
background-color css
<style>
a { background-color: #F5BB3E; }
a { background-color: rgb(245,187,62); }
div.DivClassName
{
background-color: #F5BB3E;
}
.BgClassName
{
background-color: #F5BB3E;
}
</style>
border-color css
<style>
span { border-color: #F5BB3E; }
span { border-color: rgb(245,187,62); }
td.TdClassName
{
border-color: #F5BB3E;
}
.TagClassName
{
border-color: #F5BB3E;
}
</style>