Shades of Supernova #F4B532
Tints of Supernova #F4B532
RGB
CMYK
RGB Variations
Color information
#F4B532 (or 0xF4B532) is known color: Supernova. HEX triplet: F4, B5 and 32. RGB value is (244,181,50). Sum of RGB (Red+Green+Blue) = 244+181+50=475 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.37% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 50 (19.92% from 255 or 10.53% from 475); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B532 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4B532 is #0B4ACD. Grayscale: #B9B9B9. Windows color (decimal): -740046 or 3323380. OLE color: 3323380.
HSL color Cylindrical-coordinate representation of color #F4B532: hue angle of 40.52º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4B532 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 181 | 50 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.04 |
| HSL | 40.52º | 0.9% | 0.58% | - |
| HSV(B) | 40.52º | 0.8% | 0.96% | - |
| XYZ | 54.41 | 52.51 | 10.29 | - |
| YUV | 184.9 | 51.87 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 181 | 50 | 0 | 0.26 | 0.80 | 0.04 | 40.52 | 0.9 | 0.58 |
| Hex | F4 | B5 | 32 | 0 | 1A | 50 | 4 | 29 | 5A | 3A |
| Octal | 364 | 265 | 62 | 0 | 32 | 120 | 4 | 51 | 132 | 72 |
| Binary | 11110100 | 10110101 | 110010 | 0 | 11010 | 1010000 | 100 | 101001 | 1011010 | 111010 |
Color Harmonies of #F4B532
Complementary color
Monochromatic Colors of #F4B532
Black with #F4B532
Text Example
Text Example
White with #F4B532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B532; }
p { color: rgb(244,181,50); }
H1.HeaderClassName
{
color: #F4B532;
}
.AnyTagClassName
{
color: #F4B532;
}
</style>
background-color css
<style>
a { background-color: #F4B532; }
a { background-color: rgb(244,181,50); }
div.DivClassName
{
background-color: #F4B532;
}
.BgClassName
{
background-color: #F4B532;
}
</style>
border-color css
<style>
span { border-color: #F4B532; }
span { border-color: rgb(244,181,50); }
td.TdClassName
{
border-color: #F4B532;
}
.TagClassName
{
border-color: #F4B532;
}
</style>