Shades of Supernova #FFB929
Tints of Supernova #FFB929
RGB
CMYK
RGB Variations
Color information
#FFB929 (or 0xFFB929) is known color: Supernova. HEX triplet: FF, B9 and 29. RGB value is (255,185,41). Sum of RGB (Red+Green+Blue) = 255+185+41=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 41 (16.41% from 255 or 8.52% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB929 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB929 is #0046D6. Grayscale: #BEBEBE. Windows color (decimal): -18135 or 2734591. OLE color: 2734591.
HSL color Cylindrical-coordinate representation of color #FFB929: hue angle of 40.37º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFB929 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 41 | - |
| CMYK | 0 | 0.27 | 0.84 | 0 |
| HSL | 40.37º | 1% | 0.58% | - |
| HSV(B) | 40.37º | 0.84% | 1% | - |
| XYZ | 58.99 | 56.12 | 9.82 | - |
| YUV | 189.51 | 44.19 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 41 | 0 | 0.27 | 0.84 | 0 | 40.37 | 1 | 0.58 |
| Hex | FF | B9 | 29 | 0 | 1B | 54 | 0 | 28 | 64 | 3A |
| Octal | 377 | 271 | 51 | 0 | 33 | 124 | 0 | 50 | 144 | 72 |
| Binary | 11111111 | 10111001 | 101001 | 0 | 11011 | 1010100 | 0 | 101000 | 1100100 | 111010 |
Color Harmonies of #FFB929
Complementary color
Monochromatic Colors of #FFB929
Black with #FFB929
Text Example
Text Example
White with #FFB929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB929; }
p { color: rgb(255,185,41); }
H1.HeaderClassName
{
color: #FFB929;
}
.AnyTagClassName
{
color: #FFB929;
}
</style>
background-color css
<style>
a { background-color: #FFB929; }
a { background-color: rgb(255,185,41); }
div.DivClassName
{
background-color: #FFB929;
}
.BgClassName
{
background-color: #FFB929;
}
</style>
border-color css
<style>
span { border-color: #FFB929; }
span { border-color: rgb(255,185,41); }
td.TdClassName
{
border-color: #FFB929;
}
.TagClassName
{
border-color: #FFB929;
}
</style>