Shades of Supernova #FFB429
Tints of Supernova #FFB429
RGB
CMYK
RGB Variations
Color information
#FFB429 (or 0xFFB429) is known color: Supernova. HEX triplet: FF, B4 and 29. RGB value is (255,180,41). Sum of RGB (Red+Green+Blue) = 255+180+41=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 41 (16.41% from 255 or 8.61% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB429 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB429 is #004BD6. Grayscale: #BBBBBB. Windows color (decimal): -19415 or 2733311. OLE color: 2733311.
HSL color Cylindrical-coordinate representation of color #FFB429: hue angle of 38.97º 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 #FFB429 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 41 | - |
| CMYK | 0 | 0.29 | 0.84 | 0 |
| HSL | 38.97º | 1% | 0.58% | - |
| HSV(B) | 38.97º | 0.84% | 1% | - |
| XYZ | 57.96 | 54.06 | 9.48 | - |
| YUV | 186.58 | 45.85 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 41 | 0 | 0.29 | 0.84 | 0 | 38.97 | 1 | 0.58 |
| Hex | FF | B4 | 29 | 0 | 1D | 54 | 0 | 27 | 64 | 3A |
| Octal | 377 | 264 | 51 | 0 | 35 | 124 | 0 | 47 | 144 | 72 |
| Binary | 11111111 | 10110100 | 101001 | 0 | 11101 | 1010100 | 0 | 100111 | 1100100 | 111010 |
Color Harmonies of #FFB429
Complementary color
Monochromatic Colors of #FFB429
Black with #FFB429
Text Example
Text Example
White with #FFB429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB429; }
p { color: rgb(255,180,41); }
H1.HeaderClassName
{
color: #FFB429;
}
.AnyTagClassName
{
color: #FFB429;
}
</style>
background-color css
<style>
a { background-color: #FFB429; }
a { background-color: rgb(255,180,41); }
div.DivClassName
{
background-color: #FFB429;
}
.BgClassName
{
background-color: #FFB429;
}
</style>
border-color css
<style>
span { border-color: #FFB429; }
span { border-color: rgb(255,180,41); }
td.TdClassName
{
border-color: #FFB429;
}
.TagClassName
{
border-color: #FFB429;
}
</style>