Shades of Supernova #FDB125
Tints of Supernova #FDB125
RGB
CMYK
RGB Variations
Color information
#FDB125 (or 0xFDB125) is known color: Supernova. HEX triplet: FD, B1 and 25. RGB value is (253,177,37). Sum of RGB (Red+Green+Blue) = 253+177+37=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 37 (14.84% from 255 or 7.92% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB125 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB125 is #024EDA. Grayscale: #B8B8B8. Windows color (decimal): -151259 or 2470397. OLE color: 2470397.
HSL color Cylindrical-coordinate representation of color #FDB125: hue angle of 38.89º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FDB125 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 37 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.01 |
| HSL | 38.89º | 0.98% | 0.57% | - |
| HSV(B) | 38.89º | 0.85% | 0.99% | - |
| XYZ | 56.56 | 52.46 | 8.89 | - |
| YUV | 183.76 | 45.18 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 37 | 0 | 0.30 | 0.85 | 0.01 | 38.89 | 0.98 | 0.57 |
| Hex | FD | B1 | 25 | 0 | 1E | 55 | 1 | 27 | 62 | 39 |
| Octal | 375 | 261 | 45 | 0 | 36 | 125 | 1 | 47 | 142 | 71 |
| Binary | 11111101 | 10110001 | 100101 | 0 | 11110 | 1010101 | 1 | 100111 | 1100010 | 111001 |
Color Harmonies of #FDB125
Complementary color
Monochromatic Colors of #FDB125
Black with #FDB125
Text Example
Text Example
White with #FDB125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB125; }
p { color: rgb(253,177,37); }
H1.HeaderClassName
{
color: #FDB125;
}
.AnyTagClassName
{
color: #FDB125;
}
</style>
background-color css
<style>
a { background-color: #FDB125; }
a { background-color: rgb(253,177,37); }
div.DivClassName
{
background-color: #FDB125;
}
.BgClassName
{
background-color: #FDB125;
}
</style>
border-color css
<style>
span { border-color: #FDB125; }
span { border-color: rgb(253,177,37); }
td.TdClassName
{
border-color: #FDB125;
}
.TagClassName
{
border-color: #FDB125;
}
</style>