Shades of Supernova #FDB335
Tints of Supernova #FDB335
RGB
CMYK
RGB Variations
Color information
#FDB335 (or 0xFDB335) is known color: Supernova. HEX triplet: FD, B3 and 35. RGB value is (253,179,53). Sum of RGB (Red+Green+Blue) = 253+179+53=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 53 (21.09% from 255 or 10.93% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB335 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB335 is #024CCA. Grayscale: #BBBBBB. Windows color (decimal): -150731 or 3519485. OLE color: 3519485.
HSL color Cylindrical-coordinate representation of color #FDB335: hue angle of 37.8º 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 #FDB335 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 53 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.01 |
| HSL | 37.8º | 0.98% | 0.6% | - |
| HSV(B) | 37.8º | 0.79% | 0.99% | - |
| XYZ | 57.27 | 53.38 | 10.65 | - |
| YUV | 186.76 | 52.52 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 53 | 0 | 0.29 | 0.79 | 0.01 | 37.8 | 0.98 | 0.6 |
| Hex | FD | B3 | 35 | 0 | 1D | 4F | 1 | 26 | 62 | 3C |
| Octal | 375 | 263 | 65 | 0 | 35 | 117 | 1 | 46 | 142 | 74 |
| Binary | 11111101 | 10110011 | 110101 | 0 | 11101 | 1001111 | 1 | 100110 | 1100010 | 111100 |
Color Harmonies of #FDB335
Complementary color
Monochromatic Colors of #FDB335
Black with #FDB335
Text Example
Text Example
White with #FDB335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB335; }
p { color: rgb(253,179,53); }
H1.HeaderClassName
{
color: #FDB335;
}
.AnyTagClassName
{
color: #FDB335;
}
</style>
background-color css
<style>
a { background-color: #FDB335; }
a { background-color: rgb(253,179,53); }
div.DivClassName
{
background-color: #FDB335;
}
.BgClassName
{
background-color: #FDB335;
}
</style>
border-color css
<style>
span { border-color: #FDB335; }
span { border-color: rgb(253,179,53); }
td.TdClassName
{
border-color: #FDB335;
}
.TagClassName
{
border-color: #FDB335;
}
</style>