Shades of Supernova #FDB03B
Tints of Supernova #FDB03B
RGB
CMYK
RGB Variations
Color information
#FDB03B (or 0xFDB03B) is known color: Supernova. HEX triplet: FD, B0 and 3B. RGB value is (253,176,59). Sum of RGB (Red+Green+Blue) = 253+176+59=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 59 (23.44% from 255 or 12.09% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB03B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB03B is #024FC4. Grayscale: #BABABA. Windows color (decimal): -151493 or 3911933. OLE color: 3911933.
HSL color Cylindrical-coordinate representation of color #FDB03B: hue angle of 36.19º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDB03B is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 59 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.01 |
| HSL | 36.19º | 0.98% | 0.61% | - |
| HSV(B) | 36.19º | 0.77% | 0.99% | - |
| XYZ | 56.82 | 52.25 | 11.23 | - |
| YUV | 185.69 | 56.51 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 59 | 0 | 0.30 | 0.77 | 0.01 | 36.19 | 0.98 | 0.61 |
| Hex | FD | B0 | 3B | 0 | 1E | 4D | 1 | 24 | 62 | 3D |
| Octal | 375 | 260 | 73 | 0 | 36 | 115 | 1 | 44 | 142 | 75 |
| Binary | 11111101 | 10110000 | 111011 | 0 | 11110 | 1001101 | 1 | 100100 | 1100010 | 111101 |
Color Harmonies of #FDB03B
Complementary color
Monochromatic Colors of #FDB03B
Black with #FDB03B
Text Example
Text Example
White with #FDB03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB03B; }
p { color: rgb(253,176,59); }
H1.HeaderClassName
{
color: #FDB03B;
}
.AnyTagClassName
{
color: #FDB03B;
}
</style>
background-color css
<style>
a { background-color: #FDB03B; }
a { background-color: rgb(253,176,59); }
div.DivClassName
{
background-color: #FDB03B;
}
.BgClassName
{
background-color: #FDB03B;
}
</style>
border-color css
<style>
span { border-color: #FDB03B; }
span { border-color: rgb(253,176,59); }
td.TdClassName
{
border-color: #FDB03B;
}
.TagClassName
{
border-color: #FDB03B;
}
</style>