Shades of Supernova #FDB830
Tints of Supernova #FDB830
RGB
CMYK
RGB Variations
Color information
#FDB830 (or 0xFDB830) is known color: Supernova. HEX triplet: FD, B8 and 30. RGB value is (253,184,48). Sum of RGB (Red+Green+Blue) = 253+184+48=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 48 (19.14% from 255 or 9.90% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB830 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB830 is #0247CF. Grayscale: #BDBDBD. Windows color (decimal): -149456 or 3193085. OLE color: 3193085.
HSL color Cylindrical-coordinate representation of color #FDB830: hue angle of 39.8º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDB830 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 48 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.01 |
| HSL | 39.8º | 0.98% | 0.59% | - |
| HSV(B) | 39.8º | 0.81% | 0.99% | - |
| XYZ | 58.18 | 55.38 | 10.42 | - |
| YUV | 189.13 | 48.36 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 48 | 0 | 0.27 | 0.81 | 0.01 | 39.8 | 0.98 | 0.59 |
| Hex | FD | B8 | 30 | 0 | 1B | 51 | 1 | 28 | 62 | 3B |
| Octal | 375 | 270 | 60 | 0 | 33 | 121 | 1 | 50 | 142 | 73 |
| Binary | 11111101 | 10111000 | 110000 | 0 | 11011 | 1010001 | 1 | 101000 | 1100010 | 111011 |
Color Harmonies of #FDB830
Complementary color
Monochromatic Colors of #FDB830
Black with #FDB830
Text Example
Text Example
White with #FDB830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB830; }
p { color: rgb(253,184,48); }
H1.HeaderClassName
{
color: #FDB830;
}
.AnyTagClassName
{
color: #FDB830;
}
</style>
background-color css
<style>
a { background-color: #FDB830; }
a { background-color: rgb(253,184,48); }
div.DivClassName
{
background-color: #FDB830;
}
.BgClassName
{
background-color: #FDB830;
}
</style>
border-color css
<style>
span { border-color: #FDB830; }
span { border-color: rgb(253,184,48); }
td.TdClassName
{
border-color: #FDB830;
}
.TagClassName
{
border-color: #FDB830;
}
</style>