Shades of Supernova #FDB124
Tints of Supernova #FDB124
RGB
CMYK
RGB Variations
Color information
#FDB124 (or 0xFDB124) is known color: Supernova. HEX triplet: FD, B1 and 24. RGB value is (253,177,36). Sum of RGB (Red+Green+Blue) = 253+177+36=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 36 (14.45% from 255 or 7.73% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB124 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB124 is #024EDB. Grayscale: #B8B8B8. Windows color (decimal): -151260 or 2404861. OLE color: 2404861.
HSL color Cylindrical-coordinate representation of color #FDB124: hue angle of 38.99º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FDB124 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 36 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.01 |
| HSL | 38.99º | 0.98% | 0.57% | - |
| HSV(B) | 38.99º | 0.86% | 0.99% | - |
| XYZ | 56.55 | 52.45 | 8.81 | - |
| YUV | 183.65 | 44.68 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 36 | 0 | 0.30 | 0.86 | 0.01 | 38.99 | 0.98 | 0.57 |
| Hex | FD | B1 | 24 | 0 | 1E | 56 | 1 | 27 | 62 | 39 |
| Octal | 375 | 261 | 44 | 0 | 36 | 126 | 1 | 47 | 142 | 71 |
| Binary | 11111101 | 10110001 | 100100 | 0 | 11110 | 1010110 | 1 | 100111 | 1100010 | 111001 |
Color Harmonies of #FDB124
Complementary color
Monochromatic Colors of #FDB124
Black with #FDB124
Text Example
Text Example
White with #FDB124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB124; }
p { color: rgb(253,177,36); }
H1.HeaderClassName
{
color: #FDB124;
}
.AnyTagClassName
{
color: #FDB124;
}
</style>
background-color css
<style>
a { background-color: #FDB124; }
a { background-color: rgb(253,177,36); }
div.DivClassName
{
background-color: #FDB124;
}
.BgClassName
{
background-color: #FDB124;
}
</style>
border-color css
<style>
span { border-color: #FDB124; }
span { border-color: rgb(253,177,36); }
td.TdClassName
{
border-color: #FDB124;
}
.TagClassName
{
border-color: #FDB124;
}
</style>