Shades of Supernova #FDB12B
Tints of Supernova #FDB12B
RGB
CMYK
RGB Variations
Color information
#FDB12B (or 0xFDB12B) is known color: Supernova. HEX triplet: FD, B1 and 2B. RGB value is (253,177,43). Sum of RGB (Red+Green+Blue) = 253+177+43=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 43 (17.19% from 255 or 9.09% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB12B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB12B is #024ED4. Grayscale: #B9B9B9. Windows color (decimal): -151253 or 2863613. OLE color: 2863613.
HSL color Cylindrical-coordinate representation of color #FDB12B: hue angle of 38.29º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FDB12B is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 43 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.01 |
| HSL | 38.29º | 0.98% | 0.58% | - |
| HSV(B) | 38.29º | 0.83% | 0.99% | - |
| XYZ | 56.67 | 52.5 | 9.43 | - |
| YUV | 184.45 | 48.18 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 43 | 0 | 0.30 | 0.83 | 0.01 | 38.29 | 0.98 | 0.58 |
| Hex | FD | B1 | 2B | 0 | 1E | 53 | 1 | 26 | 62 | 3A |
| Octal | 375 | 261 | 53 | 0 | 36 | 123 | 1 | 46 | 142 | 72 |
| Binary | 11111101 | 10110001 | 101011 | 0 | 11110 | 1010011 | 1 | 100110 | 1100010 | 111010 |
Color Harmonies of #FDB12B
Complementary color
Monochromatic Colors of #FDB12B
Black with #FDB12B
Text Example
Text Example
White with #FDB12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB12B; }
p { color: rgb(253,177,43); }
H1.HeaderClassName
{
color: #FDB12B;
}
.AnyTagClassName
{
color: #FDB12B;
}
</style>
background-color css
<style>
a { background-color: #FDB12B; }
a { background-color: rgb(253,177,43); }
div.DivClassName
{
background-color: #FDB12B;
}
.BgClassName
{
background-color: #FDB12B;
}
</style>
border-color css
<style>
span { border-color: #FDB12B; }
span { border-color: rgb(253,177,43); }
td.TdClassName
{
border-color: #FDB12B;
}
.TagClassName
{
border-color: #FDB12B;
}
</style>