Shades of Supernova #FDB930
Tints of Supernova #FDB930
RGB
CMYK
RGB Variations
Color information
#FDB930 (or 0xFDB930) is known color: Supernova. HEX triplet: FD, B9 and 30. RGB value is (253,185,48). Sum of RGB (Red+Green+Blue) = 253+185+48=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 48 (19.14% from 255 or 9.88% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB930 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB930 is #0246CF. Grayscale: #BEBEBE. Windows color (decimal): -149200 or 3193341. OLE color: 3193341.
HSL color Cylindrical-coordinate representation of color #FDB930: hue angle of 40.1º 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 #FDB930 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 48 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.01 |
| HSL | 40.1º | 0.98% | 0.59% | - |
| HSV(B) | 40.1º | 0.81% | 0.99% | - |
| XYZ | 58.39 | 55.79 | 10.49 | - |
| YUV | 189.71 | 48.03 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 48 | 0 | 0.27 | 0.81 | 0.01 | 40.1 | 0.98 | 0.59 |
| Hex | FD | B9 | 30 | 0 | 1B | 51 | 1 | 28 | 62 | 3B |
| Octal | 375 | 271 | 60 | 0 | 33 | 121 | 1 | 50 | 142 | 73 |
| Binary | 11111101 | 10111001 | 110000 | 0 | 11011 | 1010001 | 1 | 101000 | 1100010 | 111011 |
Color Harmonies of #FDB930
Complementary color
Monochromatic Colors of #FDB930
Black with #FDB930
Text Example
Text Example
White with #FDB930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB930; }
p { color: rgb(253,185,48); }
H1.HeaderClassName
{
color: #FDB930;
}
.AnyTagClassName
{
color: #FDB930;
}
</style>
background-color css
<style>
a { background-color: #FDB930; }
a { background-color: rgb(253,185,48); }
div.DivClassName
{
background-color: #FDB930;
}
.BgClassName
{
background-color: #FDB930;
}
</style>
border-color css
<style>
span { border-color: #FDB930; }
span { border-color: rgb(253,185,48); }
td.TdClassName
{
border-color: #FDB930;
}
.TagClassName
{
border-color: #FDB930;
}
</style>