Shades of Supernova #FDB832
Tints of Supernova #FDB832
RGB
CMYK
RGB Variations
Color information
#FDB832 (or 0xFDB832) is known color: Supernova. HEX triplet: FD, B8 and 32. RGB value is (253,184,50). Sum of RGB (Red+Green+Blue) = 253+184+50=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 50 (19.92% from 255 or 10.27% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB832 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB832 is #0247CD. Grayscale: #BDBDBD. Windows color (decimal): -149454 or 3324157. OLE color: 3324157.
HSL color Cylindrical-coordinate representation of color #FDB832: hue angle of 39.61º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDB832 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 50 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.01 |
| HSL | 39.61º | 0.98% | 0.59% | - |
| HSV(B) | 39.61º | 0.8% | 0.99% | - |
| XYZ | 58.22 | 55.39 | 10.64 | - |
| YUV | 189.36 | 49.36 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 50 | 0 | 0.27 | 0.80 | 0.01 | 39.61 | 0.98 | 0.59 |
| Hex | FD | B8 | 32 | 0 | 1B | 50 | 1 | 28 | 62 | 3B |
| Octal | 375 | 270 | 62 | 0 | 33 | 120 | 1 | 50 | 142 | 73 |
| Binary | 11111101 | 10111000 | 110010 | 0 | 11011 | 1010000 | 1 | 101000 | 1100010 | 111011 |
Color Harmonies of #FDB832
Complementary color
Monochromatic Colors of #FDB832
Black with #FDB832
Text Example
Text Example
White with #FDB832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB832; }
p { color: rgb(253,184,50); }
H1.HeaderClassName
{
color: #FDB832;
}
.AnyTagClassName
{
color: #FDB832;
}
</style>
background-color css
<style>
a { background-color: #FDB832; }
a { background-color: rgb(253,184,50); }
div.DivClassName
{
background-color: #FDB832;
}
.BgClassName
{
background-color: #FDB832;
}
</style>
border-color css
<style>
span { border-color: #FDB832; }
span { border-color: rgb(253,184,50); }
td.TdClassName
{
border-color: #FDB832;
}
.TagClassName
{
border-color: #FDB832;
}
</style>