Shades of Supernova #F5B02F
Tints of Supernova #F5B02F
RGB
CMYK
RGB Variations
Color information
#F5B02F (or 0xF5B02F) is known color: Supernova. HEX triplet: F5, B0 and 2F. RGB value is (245,176,47). Sum of RGB (Red+Green+Blue) = 245+176+47=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 47 (18.75% from 255 or 10.04% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B02F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5B02F is #0A4FD0. Grayscale: #B6B6B6. Windows color (decimal): -675793 or 3125493. OLE color: 3125493.
HSL color Cylindrical-coordinate representation of color #F5B02F: hue angle of 39.09º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F5B02F is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 176 | 47 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.04 |
| HSL | 39.09º | 0.91% | 0.57% | - |
| HSV(B) | 39.09º | 0.81% | 0.96% | - |
| XYZ | 53.69 | 50.67 | 9.64 | - |
| YUV | 181.93 | 51.86 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 176 | 47 | 0 | 0.28 | 0.81 | 0.04 | 39.09 | 0.91 | 0.57 |
| Hex | F5 | B0 | 2F | 0 | 1C | 51 | 4 | 27 | 5B | 39 |
| Octal | 365 | 260 | 57 | 0 | 34 | 121 | 4 | 47 | 133 | 71 |
| Binary | 11110101 | 10110000 | 101111 | 0 | 11100 | 1010001 | 100 | 100111 | 1011011 | 111001 |
Color Harmonies of #F5B02F
Complementary color
Monochromatic Colors of #F5B02F
Black with #F5B02F
Text Example
Text Example
White with #F5B02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B02F; }
p { color: rgb(245,176,47); }
H1.HeaderClassName
{
color: #F5B02F;
}
.AnyTagClassName
{
color: #F5B02F;
}
</style>
background-color css
<style>
a { background-color: #F5B02F; }
a { background-color: rgb(245,176,47); }
div.DivClassName
{
background-color: #F5B02F;
}
.BgClassName
{
background-color: #F5B02F;
}
</style>
border-color css
<style>
span { border-color: #F5B02F; }
span { border-color: rgb(245,176,47); }
td.TdClassName
{
border-color: #F5B02F;
}
.TagClassName
{
border-color: #F5B02F;
}
</style>