Shades of Supernova #FDB135
Tints of Supernova #FDB135
RGB
CMYK
RGB Variations
Color information
#FDB135 (or 0xFDB135) is known color: Supernova. HEX triplet: FD, B1 and 35. RGB value is (253,177,53). Sum of RGB (Red+Green+Blue) = 253+177+53=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 53 (21.09% from 255 or 10.97% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB135 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB135 is #024ECA. Grayscale: #BABABA. Windows color (decimal): -151243 or 3518973. OLE color: 3518973.
HSL color Cylindrical-coordinate representation of color #FDB135: hue angle of 37.2º 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 #FDB135 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 53 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.01 |
| HSL | 37.2º | 0.98% | 0.6% | - |
| HSV(B) | 37.2º | 0.79% | 0.99% | - |
| XYZ | 56.87 | 52.58 | 10.52 | - |
| YUV | 185.59 | 53.18 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 53 | 0 | 0.30 | 0.79 | 0.01 | 37.2 | 0.98 | 0.6 |
| Hex | FD | B1 | 35 | 0 | 1E | 4F | 1 | 25 | 62 | 3C |
| Octal | 375 | 261 | 65 | 0 | 36 | 117 | 1 | 45 | 142 | 74 |
| Binary | 11111101 | 10110001 | 110101 | 0 | 11110 | 1001111 | 1 | 100101 | 1100010 | 111100 |
Color Harmonies of #FDB135
Complementary color
Monochromatic Colors of #FDB135
Black with #FDB135
Text Example
Text Example
White with #FDB135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB135; }
p { color: rgb(253,177,53); }
H1.HeaderClassName
{
color: #FDB135;
}
.AnyTagClassName
{
color: #FDB135;
}
</style>
background-color css
<style>
a { background-color: #FDB135; }
a { background-color: rgb(253,177,53); }
div.DivClassName
{
background-color: #FDB135;
}
.BgClassName
{
background-color: #FDB135;
}
</style>
border-color css
<style>
span { border-color: #FDB135; }
span { border-color: rgb(253,177,53); }
td.TdClassName
{
border-color: #FDB135;
}
.TagClassName
{
border-color: #FDB135;
}
</style>