Shades of Supernova #F4B940
Tints of Supernova #F4B940
RGB
CMYK
RGB Variations
Color information
#F4B940 (or 0xF4B940) is known color: Supernova. HEX triplet: F4, B9 and 40. RGB value is (244,185,64). Sum of RGB (Red+Green+Blue) = 244+185+64=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 64 (25.39% from 255 or 12.98% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4B940 is #0B46BF. Grayscale: #BDBDBD. Windows color (decimal): -739008 or 4241908. OLE color: 4241908.
HSL color Cylindrical-coordinate representation of color #F4B940: hue angle of 40.33º 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 #F4B940 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 185 | 64 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.04 |
| HSL | 40.33º | 0.89% | 0.6% | - |
| HSV(B) | 40.33º | 0.74% | 0.96% | - |
| XYZ | 55.58 | 54.3 | 12.4 | - |
| YUV | 188.85 | 57.55 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 185 | 64 | 0 | 0.24 | 0.74 | 0.04 | 40.33 | 0.89 | 0.6 |
| Hex | F4 | B9 | 40 | 0 | 18 | 4A | 4 | 28 | 59 | 3C |
| Octal | 364 | 271 | 100 | 0 | 30 | 112 | 4 | 50 | 131 | 74 |
| Binary | 11110100 | 10111001 | 1000000 | 0 | 11000 | 1001010 | 100 | 101000 | 1011001 | 111100 |
Color Harmonies of #F4B940
Complementary color
Monochromatic Colors of #F4B940
Black with #F4B940
Text Example
Text Example
White with #F4B940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B940; }
p { color: rgb(244,185,64); }
H1.HeaderClassName
{
color: #F4B940;
}
.AnyTagClassName
{
color: #F4B940;
}
</style>
background-color css
<style>
a { background-color: #F4B940; }
a { background-color: rgb(244,185,64); }
div.DivClassName
{
background-color: #F4B940;
}
.BgClassName
{
background-color: #F4B940;
}
</style>
border-color css
<style>
span { border-color: #F4B940; }
span { border-color: rgb(244,185,64); }
td.TdClassName
{
border-color: #F4B940;
}
.TagClassName
{
border-color: #F4B940;
}
</style>