Shades of Supernova #FDB035
Tints of Supernova #FDB035
RGB
CMYK
RGB Variations
Color information
#FDB035 (or 0xFDB035) is known color: Supernova. HEX triplet: FD, B0 and 35. RGB value is (253,176,53). Sum of RGB (Red+Green+Blue) = 253+176+53=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 53 (21.09% from 255 or 11.00% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB035 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB035 is #024FCA. Grayscale: #B9B9B9. Windows color (decimal): -151499 or 3518717. OLE color: 3518717.
HSL color Cylindrical-coordinate representation of color #FDB035: hue angle of 36.9º 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 #FDB035 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 53 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.01 |
| HSL | 36.9º | 0.98% | 0.6% | - |
| HSV(B) | 36.9º | 0.79% | 0.99% | - |
| XYZ | 56.68 | 52.19 | 10.45 | - |
| YUV | 185 | 53.51 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 53 | 0 | 0.30 | 0.79 | 0.01 | 36.9 | 0.98 | 0.6 |
| Hex | FD | B0 | 35 | 0 | 1E | 4F | 1 | 25 | 62 | 3C |
| Octal | 375 | 260 | 65 | 0 | 36 | 117 | 1 | 45 | 142 | 74 |
| Binary | 11111101 | 10110000 | 110101 | 0 | 11110 | 1001111 | 1 | 100101 | 1100010 | 111100 |
Color Harmonies of #FDB035
Complementary color
Monochromatic Colors of #FDB035
Black with #FDB035
Text Example
Text Example
White with #FDB035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB035; }
p { color: rgb(253,176,53); }
H1.HeaderClassName
{
color: #FDB035;
}
.AnyTagClassName
{
color: #FDB035;
}
</style>
background-color css
<style>
a { background-color: #FDB035; }
a { background-color: rgb(253,176,53); }
div.DivClassName
{
background-color: #FDB035;
}
.BgClassName
{
background-color: #FDB035;
}
</style>
border-color css
<style>
span { border-color: #FDB035; }
span { border-color: rgb(253,176,53); }
td.TdClassName
{
border-color: #FDB035;
}
.TagClassName
{
border-color: #FDB035;
}
</style>