Shades of Supernova #FDB629
Tints of Supernova #FDB629
RGB
CMYK
RGB Variations
Color information
#FDB629 (or 0xFDB629) is known color: Supernova. HEX triplet: FD, B6 and 29. RGB value is (253,182,41). Sum of RGB (Red+Green+Blue) = 253+182+41=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 41 (16.41% from 255 or 8.61% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB629 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB629 is #0249D6. Grayscale: #BBBBBB. Windows color (decimal): -149975 or 2733821. OLE color: 2733821.
HSL color Cylindrical-coordinate representation of color #FDB629: hue angle of 39.91º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FDB629 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 41 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.01 |
| HSL | 39.91º | 0.98% | 0.58% | - |
| HSV(B) | 39.91º | 0.84% | 0.99% | - |
| XYZ | 57.64 | 54.5 | 9.58 | - |
| YUV | 187.16 | 45.52 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 41 | 0 | 0.28 | 0.84 | 0.01 | 39.91 | 0.98 | 0.58 |
| Hex | FD | B6 | 29 | 0 | 1C | 54 | 1 | 28 | 62 | 3A |
| Octal | 375 | 266 | 51 | 0 | 34 | 124 | 1 | 50 | 142 | 72 |
| Binary | 11111101 | 10110110 | 101001 | 0 | 11100 | 1010100 | 1 | 101000 | 1100010 | 111010 |
Color Harmonies of #FDB629
Complementary color
Monochromatic Colors of #FDB629
Black with #FDB629
Text Example
Text Example
White with #FDB629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB629; }
p { color: rgb(253,182,41); }
H1.HeaderClassName
{
color: #FDB629;
}
.AnyTagClassName
{
color: #FDB629;
}
</style>
background-color css
<style>
a { background-color: #FDB629; }
a { background-color: rgb(253,182,41); }
div.DivClassName
{
background-color: #FDB629;
}
.BgClassName
{
background-color: #FDB629;
}
</style>
border-color css
<style>
span { border-color: #FDB629; }
span { border-color: rgb(253,182,41); }
td.TdClassName
{
border-color: #FDB629;
}
.TagClassName
{
border-color: #FDB629;
}
</style>