Shades of Supernova #FDB83A
Tints of Supernova #FDB83A
RGB
CMYK
RGB Variations
Color information
#FDB83A (or 0xFDB83A) is known color: Supernova. HEX triplet: FD, B8 and 3A. RGB value is (253,184,58). Sum of RGB (Red+Green+Blue) = 253+184+58=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 58 (23.05% from 255 or 11.72% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB83A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB83A is #0247C5. Grayscale: #BEBEBE. Windows color (decimal): -149446 or 3848445. OLE color: 3848445.
HSL color Cylindrical-coordinate representation of color #FDB83A: hue angle of 38.77º 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 #FDB83A is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 58 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.01 |
| HSL | 38.77º | 0.98% | 0.61% | - |
| HSV(B) | 38.77º | 0.77% | 0.99% | - |
| XYZ | 58.41 | 55.47 | 11.63 | - |
| YUV | 190.27 | 53.36 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 58 | 0 | 0.27 | 0.77 | 0.01 | 38.77 | 0.98 | 0.61 |
| Hex | FD | B8 | 3A | 0 | 1B | 4D | 1 | 27 | 62 | 3D |
| Octal | 375 | 270 | 72 | 0 | 33 | 115 | 1 | 47 | 142 | 75 |
| Binary | 11111101 | 10111000 | 111010 | 0 | 11011 | 1001101 | 1 | 100111 | 1100010 | 111101 |
Color Harmonies of #FDB83A
Complementary color
Monochromatic Colors of #FDB83A
Black with #FDB83A
Text Example
Text Example
White with #FDB83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB83A; }
p { color: rgb(253,184,58); }
H1.HeaderClassName
{
color: #FDB83A;
}
.AnyTagClassName
{
color: #FDB83A;
}
</style>
background-color css
<style>
a { background-color: #FDB83A; }
a { background-color: rgb(253,184,58); }
div.DivClassName
{
background-color: #FDB83A;
}
.BgClassName
{
background-color: #FDB83A;
}
</style>
border-color css
<style>
span { border-color: #FDB83A; }
span { border-color: rgb(253,184,58); }
td.TdClassName
{
border-color: #FDB83A;
}
.TagClassName
{
border-color: #FDB83A;
}
</style>