Shades of Supernova #F5B130
Tints of Supernova #F5B130
RGB
CMYK
RGB Variations
Color information
#F5B130 (or 0xF5B130) is known color: Supernova. HEX triplet: F5, B1 and 30. RGB value is (245,177,48). Sum of RGB (Red+Green+Blue) = 245+177+48=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 48 (19.14% from 255 or 10.21% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5B130 is #0A4ECF. Grayscale: #B7B7B7. Windows color (decimal): -675536 or 3191285. OLE color: 3191285.
HSL color Cylindrical-coordinate representation of color #F5B130: hue angle of 39.29º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5B130 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 177 | 48 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.04 |
| HSL | 39.29º | 0.91% | 0.57% | - |
| HSV(B) | 39.29º | 0.8% | 0.96% | - |
| XYZ | 53.91 | 51.07 | 9.81 | - |
| YUV | 182.63 | 52.03 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 177 | 48 | 0 | 0.28 | 0.80 | 0.04 | 39.29 | 0.91 | 0.57 |
| Hex | F5 | B1 | 30 | 0 | 1C | 50 | 4 | 27 | 5B | 39 |
| Octal | 365 | 261 | 60 | 0 | 34 | 120 | 4 | 47 | 133 | 71 |
| Binary | 11110101 | 10110001 | 110000 | 0 | 11100 | 1010000 | 100 | 100111 | 1011011 | 111001 |
Color Harmonies of #F5B130
Complementary color
Monochromatic Colors of #F5B130
Black with #F5B130
Text Example
Text Example
White with #F5B130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B130; }
p { color: rgb(245,177,48); }
H1.HeaderClassName
{
color: #F5B130;
}
.AnyTagClassName
{
color: #F5B130;
}
</style>
background-color css
<style>
a { background-color: #F5B130; }
a { background-color: rgb(245,177,48); }
div.DivClassName
{
background-color: #F5B130;
}
.BgClassName
{
background-color: #F5B130;
}
</style>
border-color css
<style>
span { border-color: #F5B130; }
span { border-color: rgb(245,177,48); }
td.TdClassName
{
border-color: #F5B130;
}
.TagClassName
{
border-color: #F5B130;
}
</style>