Shades of Supernova #FDB835
Tints of Supernova #FDB835
RGB
CMYK
RGB Variations
Color information
#FDB835 (or 0xFDB835) is known color: Supernova. HEX triplet: FD, B8 and 35. RGB value is (253,184,53). Sum of RGB (Red+Green+Blue) = 253+184+53=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 53 (21.09% from 255 or 10.82% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB835 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB835 is #0247CA. Grayscale: #BEBEBE. Windows color (decimal): -149451 or 3520765. OLE color: 3520765.
HSL color Cylindrical-coordinate representation of color #FDB835: hue angle of 39.3º 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 #FDB835 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 53 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.01 |
| HSL | 39.3º | 0.98% | 0.6% | - |
| HSV(B) | 39.3º | 0.79% | 0.99% | - |
| XYZ | 58.29 | 55.42 | 10.99 | - |
| YUV | 189.7 | 50.86 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 53 | 0 | 0.27 | 0.79 | 0.01 | 39.3 | 0.98 | 0.6 |
| Hex | FD | B8 | 35 | 0 | 1B | 4F | 1 | 27 | 62 | 3C |
| Octal | 375 | 270 | 65 | 0 | 33 | 117 | 1 | 47 | 142 | 74 |
| Binary | 11111101 | 10111000 | 110101 | 0 | 11011 | 1001111 | 1 | 100111 | 1100010 | 111100 |
Color Harmonies of #FDB835
Complementary color
Monochromatic Colors of #FDB835
Black with #FDB835
Text Example
Text Example
White with #FDB835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB835; }
p { color: rgb(253,184,53); }
H1.HeaderClassName
{
color: #FDB835;
}
.AnyTagClassName
{
color: #FDB835;
}
</style>
background-color css
<style>
a { background-color: #FDB835; }
a { background-color: rgb(253,184,53); }
div.DivClassName
{
background-color: #FDB835;
}
.BgClassName
{
background-color: #FDB835;
}
</style>
border-color css
<style>
span { border-color: #FDB835; }
span { border-color: rgb(253,184,53); }
td.TdClassName
{
border-color: #FDB835;
}
.TagClassName
{
border-color: #FDB835;
}
</style>