Shades of Supernova #FFB629
Tints of Supernova #FFB629
RGB
CMYK
RGB Variations
Color information
#FFB629 (or 0xFFB629) is known color: Supernova. HEX triplet: FF, B6 and 29. RGB value is (255,182,41). Sum of RGB (Red+Green+Blue) = 255+182+41=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 41 (16.41% from 255 or 8.58% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB629 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB629 is #0049D6. Grayscale: #BCBCBC. Windows color (decimal): -18903 or 2733823. OLE color: 2733823.
HSL color Cylindrical-coordinate representation of color #FFB629: hue angle of 39.53º 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 #FFB629 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 41 | - |
| CMYK | 0 | 0.29 | 0.84 | 0 |
| HSL | 39.53º | 1% | 0.58% | - |
| HSV(B) | 39.53º | 0.84% | 1% | - |
| XYZ | 58.37 | 54.88 | 9.61 | - |
| YUV | 187.75 | 45.18 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 41 | 0 | 0.29 | 0.84 | 0 | 39.53 | 1 | 0.58 |
| Hex | FF | B6 | 29 | 0 | 1D | 54 | 0 | 28 | 64 | 3A |
| Octal | 377 | 266 | 51 | 0 | 35 | 124 | 0 | 50 | 144 | 72 |
| Binary | 11111111 | 10110110 | 101001 | 0 | 11101 | 1010100 | 0 | 101000 | 1100100 | 111010 |
Color Harmonies of #FFB629
Complementary color
Monochromatic Colors of #FFB629
Black with #FFB629
Text Example
Text Example
White with #FFB629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB629; }
p { color: rgb(255,182,41); }
H1.HeaderClassName
{
color: #FFB629;
}
.AnyTagClassName
{
color: #FFB629;
}
</style>
background-color css
<style>
a { background-color: #FFB629; }
a { background-color: rgb(255,182,41); }
div.DivClassName
{
background-color: #FFB629;
}
.BgClassName
{
background-color: #FFB629;
}
</style>
border-color css
<style>
span { border-color: #FFB629; }
span { border-color: rgb(255,182,41); }
td.TdClassName
{
border-color: #FFB629;
}
.TagClassName
{
border-color: #FFB629;
}
</style>