Shades of Supernova #F5BB42
Tints of Supernova #F5BB42
RGB
CMYK
RGB Variations
Color information
#F5BB42 (or 0xF5BB42) is known color: Supernova. HEX triplet: F5, BB and 42. RGB value is (245,187,66). Sum of RGB (Red+Green+Blue) = 245+187+66=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 66 (26.17% from 255 or 13.25% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BB42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BB42 is #0A44BD. Grayscale: #BFBFBF. Windows color (decimal): -672958 or 4373493. OLE color: 4373493.
HSL color Cylindrical-coordinate representation of color #F5BB42: hue angle of 40.56º 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 #F5BB42 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 187 | 66 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.04 |
| HSL | 40.56º | 0.9% | 0.61% | - |
| HSV(B) | 40.56º | 0.73% | 0.96% | - |
| XYZ | 56.41 | 55.35 | 12.86 | - |
| YUV | 190.55 | 57.72 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 66 | 0 | 0.24 | 0.73 | 0.04 | 40.56 | 0.9 | 0.61 |
| Hex | F5 | BB | 42 | 0 | 18 | 49 | 4 | 29 | 5A | 3D |
| Octal | 365 | 273 | 102 | 0 | 30 | 111 | 4 | 51 | 132 | 75 |
| Binary | 11110101 | 10111011 | 1000010 | 0 | 11000 | 1001001 | 100 | 101001 | 1011010 | 111101 |
Color Harmonies of #F5BB42
Complementary color
Monochromatic Colors of #F5BB42
Black with #F5BB42
Text Example
Text Example
White with #F5BB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BB42; }
p { color: rgb(245,187,66); }
H1.HeaderClassName
{
color: #F5BB42;
}
.AnyTagClassName
{
color: #F5BB42;
}
</style>
background-color css
<style>
a { background-color: #F5BB42; }
a { background-color: rgb(245,187,66); }
div.DivClassName
{
background-color: #F5BB42;
}
.BgClassName
{
background-color: #F5BB42;
}
</style>
border-color css
<style>
span { border-color: #F5BB42; }
span { border-color: rgb(245,187,66); }
td.TdClassName
{
border-color: #F5BB42;
}
.TagClassName
{
border-color: #F5BB42;
}
</style>