Shades of Supernova #FFB932
Tints of Supernova #FFB932
RGB
CMYK
RGB Variations
Color information
#FFB932 (or 0xFFB932) is known color: Supernova. HEX triplet: FF, B9 and 32. RGB value is (255,185,50). Sum of RGB (Red+Green+Blue) = 255+185+50=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 50 (19.92% from 255 or 10.20% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB932 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB932 is #0046CD. Grayscale: #BFBFBF. Windows color (decimal): -18126 or 3324415. OLE color: 3324415.
HSL color Cylindrical-coordinate representation of color #FFB932: hue angle of 39.51º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFB932 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 50 | - |
| CMYK | 0 | 0.27 | 0.80 | 0 |
| HSL | 39.51º | 1% | 0.6% | - |
| HSV(B) | 39.51º | 0.8% | 1% | - |
| XYZ | 59.16 | 56.19 | 10.74 | - |
| YUV | 190.54 | 48.69 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 50 | 0 | 0.27 | 0.80 | 0 | 39.51 | 1 | 0.6 |
| Hex | FF | B9 | 32 | 0 | 1B | 50 | 0 | 28 | 64 | 3C |
| Octal | 377 | 271 | 62 | 0 | 33 | 120 | 0 | 50 | 144 | 74 |
| Binary | 11111111 | 10111001 | 110010 | 0 | 11011 | 1010000 | 0 | 101000 | 1100100 | 111100 |
Color Harmonies of #FFB932
Complementary color
Monochromatic Colors of #FFB932
Black with #FFB932
Text Example
Text Example
White with #FFB932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB932; }
p { color: rgb(255,185,50); }
H1.HeaderClassName
{
color: #FFB932;
}
.AnyTagClassName
{
color: #FFB932;
}
</style>
background-color css
<style>
a { background-color: #FFB932; }
a { background-color: rgb(255,185,50); }
div.DivClassName
{
background-color: #FFB932;
}
.BgClassName
{
background-color: #FFB932;
}
</style>
border-color css
<style>
span { border-color: #FFB932; }
span { border-color: rgb(255,185,50); }
td.TdClassName
{
border-color: #FFB932;
}
.TagClassName
{
border-color: #FFB932;
}
</style>