Shades of Supernova #F4BA40
Tints of Supernova #F4BA40
RGB
CMYK
RGB Variations
Color information
#F4BA40 (or 0xF4BA40) is known color: Supernova. HEX triplet: F4, BA and 40. RGB value is (244,186,64). Sum of RGB (Red+Green+Blue) = 244+186+64=494 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.39% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 64 (25.39% from 255 or 12.96% from 494); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4BA40 is #0B45BF. Grayscale: #BDBDBD. Windows color (decimal): -738752 or 4242164. OLE color: 4242164.
HSL color Cylindrical-coordinate representation of color #F4BA40: hue angle of 40.67º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F4BA40 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 186 | 64 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.04 |
| HSL | 40.67º | 0.89% | 0.6% | - |
| HSV(B) | 40.67º | 0.74% | 0.96% | - |
| XYZ | 55.79 | 54.72 | 12.47 | - |
| YUV | 189.43 | 57.22 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 186 | 64 | 0 | 0.24 | 0.74 | 0.04 | 40.67 | 0.89 | 0.6 |
| Hex | F4 | BA | 40 | 0 | 18 | 4A | 4 | 29 | 59 | 3C |
| Octal | 364 | 272 | 100 | 0 | 30 | 112 | 4 | 51 | 131 | 74 |
| Binary | 11110100 | 10111010 | 1000000 | 0 | 11000 | 1001010 | 100 | 101001 | 1011001 | 111100 |
Color Harmonies of #F4BA40
Complementary color
Monochromatic Colors of #F4BA40
Black with #F4BA40
Text Example
Text Example
White with #F4BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BA40; }
p { color: rgb(244,186,64); }
H1.HeaderClassName
{
color: #F4BA40;
}
.AnyTagClassName
{
color: #F4BA40;
}
</style>
background-color css
<style>
a { background-color: #F4BA40; }
a { background-color: rgb(244,186,64); }
div.DivClassName
{
background-color: #F4BA40;
}
.BgClassName
{
background-color: #F4BA40;
}
</style>
border-color css
<style>
span { border-color: #F4BA40; }
span { border-color: rgb(244,186,64); }
td.TdClassName
{
border-color: #F4BA40;
}
.TagClassName
{
border-color: #F4BA40;
}
</style>