Shades of Supernova #F5BD41
Tints of Supernova #F5BD41
RGB
CMYK
RGB Variations
Color information
#F5BD41 (or 0xF5BD41) is known color: Supernova. HEX triplet: F5, BD and 41. RGB value is (245,189,65). Sum of RGB (Red+Green+Blue) = 245+189+65=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 65 (25.78% from 255 or 13.03% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BD41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BD41 is #0A42BE. Grayscale: #C0C0C0. Windows color (decimal): -672447 or 4308469. OLE color: 4308469.
HSL color Cylindrical-coordinate representation of color #F5BD41: hue angle of 41.33º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F5BD41 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 189 | 65 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.04 |
| HSL | 41.33º | 0.9% | 0.61% | - |
| HSV(B) | 41.33º | 0.73% | 0.96% | - |
| XYZ | 56.81 | 56.19 | 12.85 | - |
| YUV | 191.61 | 56.55 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 189 | 65 | 0 | 0.23 | 0.73 | 0.04 | 41.33 | 0.9 | 0.61 |
| Hex | F5 | BD | 41 | 0 | 17 | 49 | 4 | 29 | 5A | 3D |
| Octal | 365 | 275 | 101 | 0 | 27 | 111 | 4 | 51 | 132 | 75 |
| Binary | 11110101 | 10111101 | 1000001 | 0 | 10111 | 1001001 | 100 | 101001 | 1011010 | 111101 |
Color Harmonies of #F5BD41
Complementary color
Monochromatic Colors of #F5BD41
Black with #F5BD41
Text Example
Text Example
White with #F5BD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BD41; }
p { color: rgb(245,189,65); }
H1.HeaderClassName
{
color: #F5BD41;
}
.AnyTagClassName
{
color: #F5BD41;
}
</style>
background-color css
<style>
a { background-color: #F5BD41; }
a { background-color: rgb(245,189,65); }
div.DivClassName
{
background-color: #F5BD41;
}
.BgClassName
{
background-color: #F5BD41;
}
</style>
border-color css
<style>
span { border-color: #F5BD41; }
span { border-color: rgb(245,189,65); }
td.TdClassName
{
border-color: #F5BD41;
}
.TagClassName
{
border-color: #F5BD41;
}
</style>