Shades of Supernova #F5B430
Tints of Supernova #F5B430
RGB
CMYK
RGB Variations
Color information
#F5B430 (or 0xF5B430) is known color: Supernova. HEX triplet: F5, B4 and 30. RGB value is (245,180,48). Sum of RGB (Red+Green+Blue) = 245+180+48=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 48 (19.14% from 255 or 10.15% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B430 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5B430 is #0A4BCF. Grayscale: #B8B8B8. Windows color (decimal): -674768 or 3192053. OLE color: 3192053.
HSL color Cylindrical-coordinate representation of color #F5B430: hue angle of 40.2º 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 #F5B430 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 180 | 48 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.04 |
| HSL | 40.2º | 0.91% | 0.57% | - |
| HSV(B) | 40.2º | 0.8% | 0.96% | - |
| XYZ | 54.51 | 52.27 | 10.01 | - |
| YUV | 184.39 | 51.03 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 180 | 48 | 0 | 0.27 | 0.80 | 0.04 | 40.2 | 0.91 | 0.57 |
| Hex | F5 | B4 | 30 | 0 | 1B | 50 | 4 | 28 | 5B | 39 |
| Octal | 365 | 264 | 60 | 0 | 33 | 120 | 4 | 50 | 133 | 71 |
| Binary | 11110101 | 10110100 | 110000 | 0 | 11011 | 1010000 | 100 | 101000 | 1011011 | 111001 |
Color Harmonies of #F5B430
Complementary color
Monochromatic Colors of #F5B430
Black with #F5B430
Text Example
Text Example
White with #F5B430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B430; }
p { color: rgb(245,180,48); }
H1.HeaderClassName
{
color: #F5B430;
}
.AnyTagClassName
{
color: #F5B430;
}
</style>
background-color css
<style>
a { background-color: #F5B430; }
a { background-color: rgb(245,180,48); }
div.DivClassName
{
background-color: #F5B430;
}
.BgClassName
{
background-color: #F5B430;
}
</style>
border-color css
<style>
span { border-color: #F5B430; }
span { border-color: rgb(245,180,48); }
td.TdClassName
{
border-color: #F5B430;
}
.TagClassName
{
border-color: #F5B430;
}
</style>