Shades of Supernova #FDB83B
Tints of Supernova #FDB83B
RGB
CMYK
RGB Variations
Color information
#FDB83B (or 0xFDB83B) is known color: Supernova. HEX triplet: FD, B8 and 3B. RGB value is (253,184,59). Sum of RGB (Red+Green+Blue) = 253+184+59=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 59 (23.44% from 255 or 11.90% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB83B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB83B is #0247C4. Grayscale: #BEBEBE. Windows color (decimal): -149445 or 3913981. OLE color: 3913981.
HSL color Cylindrical-coordinate representation of color #FDB83B: hue angle of 38.66º 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 #FDB83B is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 59 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.01 |
| HSL | 38.66º | 0.98% | 0.61% | - |
| HSV(B) | 38.66º | 0.77% | 0.99% | - |
| XYZ | 58.44 | 55.48 | 11.77 | - |
| YUV | 190.38 | 53.86 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 59 | 0 | 0.27 | 0.77 | 0.01 | 38.66 | 0.98 | 0.61 |
| Hex | FD | B8 | 3B | 0 | 1B | 4D | 1 | 27 | 62 | 3D |
| Octal | 375 | 270 | 73 | 0 | 33 | 115 | 1 | 47 | 142 | 75 |
| Binary | 11111101 | 10111000 | 111011 | 0 | 11011 | 1001101 | 1 | 100111 | 1100010 | 111101 |
Color Harmonies of #FDB83B
Complementary color
Monochromatic Colors of #FDB83B
Black with #FDB83B
Text Example
Text Example
White with #FDB83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB83B; }
p { color: rgb(253,184,59); }
H1.HeaderClassName
{
color: #FDB83B;
}
.AnyTagClassName
{
color: #FDB83B;
}
</style>
background-color css
<style>
a { background-color: #FDB83B; }
a { background-color: rgb(253,184,59); }
div.DivClassName
{
background-color: #FDB83B;
}
.BgClassName
{
background-color: #FDB83B;
}
</style>
border-color css
<style>
span { border-color: #FDB83B; }
span { border-color: rgb(253,184,59); }
td.TdClassName
{
border-color: #FDB83B;
}
.TagClassName
{
border-color: #FDB83B;
}
</style>