Shades of Supernova #FDB825
Tints of Supernova #FDB825
RGB
CMYK
RGB Variations
Color information
#FDB825 (or 0xFDB825) is known color: Supernova. HEX triplet: FD, B8 and 25. RGB value is (253,184,37). Sum of RGB (Red+Green+Blue) = 253+184+37=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 37 (14.84% from 255 or 7.81% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB825 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB825 is #0247DA. Grayscale: #BCBCBC. Windows color (decimal): -149467 or 2472189. OLE color: 2472189.
HSL color Cylindrical-coordinate representation of color #FDB825: hue angle of 40.83º 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 #FDB825 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 37 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.01 |
| HSL | 40.83º | 0.98% | 0.57% | - |
| HSV(B) | 40.83º | 0.85% | 0.99% | - |
| XYZ | 57.98 | 55.3 | 9.37 | - |
| YUV | 187.87 | 42.86 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 37 | 0 | 0.27 | 0.85 | 0.01 | 40.83 | 0.98 | 0.57 |
| Hex | FD | B8 | 25 | 0 | 1B | 55 | 1 | 29 | 62 | 39 |
| Octal | 375 | 270 | 45 | 0 | 33 | 125 | 1 | 51 | 142 | 71 |
| Binary | 11111101 | 10111000 | 100101 | 0 | 11011 | 1010101 | 1 | 101001 | 1100010 | 111001 |
Color Harmonies of #FDB825
Complementary color
Monochromatic Colors of #FDB825
Black with #FDB825
Text Example
Text Example
White with #FDB825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB825; }
p { color: rgb(253,184,37); }
H1.HeaderClassName
{
color: #FDB825;
}
.AnyTagClassName
{
color: #FDB825;
}
</style>
background-color css
<style>
a { background-color: #FDB825; }
a { background-color: rgb(253,184,37); }
div.DivClassName
{
background-color: #FDB825;
}
.BgClassName
{
background-color: #FDB825;
}
</style>
border-color css
<style>
span { border-color: #FDB825; }
span { border-color: rgb(253,184,37); }
td.TdClassName
{
border-color: #FDB825;
}
.TagClassName
{
border-color: #FDB825;
}
</style>