Shades of Supernova #F5B334
Tints of Supernova #F5B334
RGB
CMYK
RGB Variations
Color information
#F5B334 (or 0xF5B334) is known color: Supernova. HEX triplet: F5, B3 and 34. RGB value is (245,179,52). Sum of RGB (Red+Green+Blue) = 245+179+52=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 52 (20.70% from 255 or 10.92% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B334 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5B334 is #0A4CCB. Grayscale: #B8B8B8. Windows color (decimal): -675020 or 3453941. OLE color: 3453941.
HSL color Cylindrical-coordinate representation of color #F5B334: hue angle of 39.48º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F5B334 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 179 | 52 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.04 |
| HSL | 39.48º | 0.91% | 0.58% | - |
| HSV(B) | 39.48º | 0.79% | 0.96% | - |
| XYZ | 54.4 | 51.9 | 10.4 | - |
| YUV | 184.26 | 53.37 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 179 | 52 | 0 | 0.27 | 0.79 | 0.04 | 39.48 | 0.91 | 0.58 |
| Hex | F5 | B3 | 34 | 0 | 1B | 4F | 4 | 27 | 5B | 3A |
| Octal | 365 | 263 | 64 | 0 | 33 | 117 | 4 | 47 | 133 | 72 |
| Binary | 11110101 | 10110011 | 110100 | 0 | 11011 | 1001111 | 100 | 100111 | 1011011 | 111010 |
Color Harmonies of #F5B334
Complementary color
Monochromatic Colors of #F5B334
Black with #F5B334
Text Example
Text Example
White with #F5B334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B334; }
p { color: rgb(245,179,52); }
H1.HeaderClassName
{
color: #F5B334;
}
.AnyTagClassName
{
color: #F5B334;
}
</style>
background-color css
<style>
a { background-color: #F5B334; }
a { background-color: rgb(245,179,52); }
div.DivClassName
{
background-color: #F5B334;
}
.BgClassName
{
background-color: #F5B334;
}
</style>
border-color css
<style>
span { border-color: #F5B334; }
span { border-color: rgb(245,179,52); }
td.TdClassName
{
border-color: #F5B334;
}
.TagClassName
{
border-color: #F5B334;
}
</style>