Shades of Supernova #F7BB40
Tints of Supernova #F7BB40
RGB
CMYK
RGB Variations
Color information
#F7BB40 (or 0xF7BB40) is known color: Supernova. HEX triplet: F7, BB and 40. RGB value is (247,187,64). Sum of RGB (Red+Green+Blue) = 247+187+64=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 64 (25.39% from 255 or 12.85% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7BB40 is #0844BF. Grayscale: #BFBFBF. Windows color (decimal): -541888 or 4242423. OLE color: 4242423.
HSL color Cylindrical-coordinate representation of color #F7BB40: hue angle of 40.33º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F7BB40 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 187 | 64 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.03 |
| HSL | 40.33º | 0.92% | 0.61% | - |
| HSV(B) | 40.33º | 0.74% | 0.97% | - |
| XYZ | 57.05 | 55.68 | 12.59 | - |
| YUV | 190.92 | 56.38 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 187 | 64 | 0 | 0.24 | 0.74 | 0.03 | 40.33 | 0.92 | 0.61 |
| Hex | F7 | BB | 40 | 0 | 18 | 4A | 3 | 28 | 5C | 3D |
| Octal | 367 | 273 | 100 | 0 | 30 | 112 | 3 | 50 | 134 | 75 |
| Binary | 11110111 | 10111011 | 1000000 | 0 | 11000 | 1001010 | 11 | 101000 | 1011100 | 111101 |
Color Harmonies of #F7BB40
Complementary color
Monochromatic Colors of #F7BB40
Black with #F7BB40
Text Example
Text Example
White with #F7BB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BB40; }
p { color: rgb(247,187,64); }
H1.HeaderClassName
{
color: #F7BB40;
}
.AnyTagClassName
{
color: #F7BB40;
}
</style>
background-color css
<style>
a { background-color: #F7BB40; }
a { background-color: rgb(247,187,64); }
div.DivClassName
{
background-color: #F7BB40;
}
.BgClassName
{
background-color: #F7BB40;
}
</style>
border-color css
<style>
span { border-color: #F7BB40; }
span { border-color: rgb(247,187,64); }
td.TdClassName
{
border-color: #F7BB40;
}
.TagClassName
{
border-color: #F7BB40;
}
</style>