Shades of Supernova #FFB941
Tints of Supernova #FFB941
RGB
CMYK
RGB Variations
Color information
#FFB941 (or 0xFFB941) is known color: Supernova. HEX triplet: FF, B9 and 41. RGB value is (255,185,65). Sum of RGB (Red+Green+Blue) = 255+185+65=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 65 (25.78% from 255 or 12.87% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB941 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB941 is #0046BE. Grayscale: #C0C0C0. Windows color (decimal): -18111 or 4307455. OLE color: 4307455.
HSL color Cylindrical-coordinate representation of color #FFB941: hue angle of 37.89º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFB941 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 65 | - |
| CMYK | 0 | 0.27 | 0.75 | 0 |
| HSL | 37.89º | 1% | 0.63% | - |
| HSV(B) | 37.89º | 0.75% | 1% | - |
| XYZ | 59.54 | 56.34 | 12.74 | - |
| YUV | 192.25 | 56.19 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 65 | 0 | 0.27 | 0.75 | 0 | 37.89 | 1 | 0.63 |
| Hex | FF | B9 | 41 | 0 | 1B | 4B | 0 | 26 | 64 | 3F |
| Octal | 377 | 271 | 101 | 0 | 33 | 113 | 0 | 46 | 144 | 77 |
| Binary | 11111111 | 10111001 | 1000001 | 0 | 11011 | 1001011 | 0 | 100110 | 1100100 | 111111 |
Color Harmonies of #FFB941
Complementary color
Monochromatic Colors of #FFB941
Black with #FFB941
Text Example
Text Example
White with #FFB941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB941; }
p { color: rgb(255,185,65); }
H1.HeaderClassName
{
color: #FFB941;
}
.AnyTagClassName
{
color: #FFB941;
}
</style>
background-color css
<style>
a { background-color: #FFB941; }
a { background-color: rgb(255,185,65); }
div.DivClassName
{
background-color: #FFB941;
}
.BgClassName
{
background-color: #FFB941;
}
</style>
border-color css
<style>
span { border-color: #FFB941; }
span { border-color: rgb(255,185,65); }
td.TdClassName
{
border-color: #FFB941;
}
.TagClassName
{
border-color: #FFB941;
}
</style>