Shades of Supernova #FDB935
Tints of Supernova #FDB935
RGB
CMYK
RGB Variations
Color information
#FDB935 (or 0xFDB935) is known color: Supernova. HEX triplet: FD, B9 and 35. RGB value is (253,185,53). Sum of RGB (Red+Green+Blue) = 253+185+53=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 53 (21.09% from 255 or 10.79% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB935 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB935 is #0246CA. Grayscale: #BEBEBE. Windows color (decimal): -149195 or 3521021. OLE color: 3521021.
HSL color Cylindrical-coordinate representation of color #FDB935: hue angle of 39.6º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FDB935 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 53 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.01 |
| HSL | 39.6º | 0.98% | 0.6% | - |
| HSV(B) | 39.6º | 0.79% | 0.99% | - |
| XYZ | 58.5 | 55.84 | 11.06 | - |
| YUV | 190.28 | 50.53 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 53 | 0 | 0.27 | 0.79 | 0.01 | 39.6 | 0.98 | 0.6 |
| Hex | FD | B9 | 35 | 0 | 1B | 4F | 1 | 28 | 62 | 3C |
| Octal | 375 | 271 | 65 | 0 | 33 | 117 | 1 | 50 | 142 | 74 |
| Binary | 11111101 | 10111001 | 110101 | 0 | 11011 | 1001111 | 1 | 101000 | 1100010 | 111100 |
Color Harmonies of #FDB935
Complementary color
Monochromatic Colors of #FDB935
Black with #FDB935
Text Example
Text Example
White with #FDB935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB935; }
p { color: rgb(253,185,53); }
H1.HeaderClassName
{
color: #FDB935;
}
.AnyTagClassName
{
color: #FDB935;
}
</style>
background-color css
<style>
a { background-color: #FDB935; }
a { background-color: rgb(253,185,53); }
div.DivClassName
{
background-color: #FDB935;
}
.BgClassName
{
background-color: #FDB935;
}
</style>
border-color css
<style>
span { border-color: #FDB935; }
span { border-color: rgb(253,185,53); }
td.TdClassName
{
border-color: #FDB935;
}
.TagClassName
{
border-color: #FDB935;
}
</style>