Shades of Supernova #F5B239
Tints of Supernova #F5B239
RGB
CMYK
RGB Variations
Color information
#F5B239 (or 0xF5B239) is known color: Supernova. HEX triplet: F5, B2 and 39. RGB value is (245,178,57). Sum of RGB (Red+Green+Blue) = 245+178+57=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 57 (22.66% from 255 or 11.88% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B239 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5B239 is #0A4DC6. Grayscale: #B8B8B8. Windows color (decimal): -675271 or 3781365. OLE color: 3781365.
HSL color Cylindrical-coordinate representation of color #F5B239: hue angle of 38.62º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F5B239 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 178 | 57 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.04 |
| HSL | 38.62º | 0.9% | 0.59% | - |
| HSV(B) | 38.62º | 0.77% | 0.96% | - |
| XYZ | 54.32 | 51.55 | 10.96 | - |
| YUV | 184.24 | 56.2 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 178 | 57 | 0 | 0.27 | 0.77 | 0.04 | 38.62 | 0.9 | 0.59 |
| Hex | F5 | B2 | 39 | 0 | 1B | 4D | 4 | 27 | 5A | 3B |
| Octal | 365 | 262 | 71 | 0 | 33 | 115 | 4 | 47 | 132 | 73 |
| Binary | 11110101 | 10110010 | 111001 | 0 | 11011 | 1001101 | 100 | 100111 | 1011010 | 111011 |
Color Harmonies of #F5B239
Complementary color
Monochromatic Colors of #F5B239
Black with #F5B239
Text Example
Text Example
White with #F5B239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B239; }
p { color: rgb(245,178,57); }
H1.HeaderClassName
{
color: #F5B239;
}
.AnyTagClassName
{
color: #F5B239;
}
</style>
background-color css
<style>
a { background-color: #F5B239; }
a { background-color: rgb(245,178,57); }
div.DivClassName
{
background-color: #F5B239;
}
.BgClassName
{
background-color: #F5B239;
}
</style>
border-color css
<style>
span { border-color: #F5B239; }
span { border-color: rgb(245,178,57); }
td.TdClassName
{
border-color: #F5B239;
}
.TagClassName
{
border-color: #F5B239;
}
</style>