Shades of Supernova #FDB12D
Tints of Supernova #FDB12D
RGB
CMYK
RGB Variations
Color information
#FDB12D (or 0xFDB12D) is known color: Supernova. HEX triplet: FD, B1 and 2D. RGB value is (253,177,45). Sum of RGB (Red+Green+Blue) = 253+177+45=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 45 (17.97% from 255 or 9.47% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB12D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB12D is #024ED2. Grayscale: #B9B9B9. Windows color (decimal): -151251 or 2994685. OLE color: 2994685.
HSL color Cylindrical-coordinate representation of color #FDB12D: hue angle of 38.08º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDB12D is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 45 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.01 |
| HSL | 38.08º | 0.98% | 0.58% | - |
| HSV(B) | 38.08º | 0.82% | 0.99% | - |
| XYZ | 56.7 | 52.52 | 9.63 | - |
| YUV | 184.68 | 49.18 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 45 | 0 | 0.30 | 0.82 | 0.01 | 38.08 | 0.98 | 0.58 |
| Hex | FD | B1 | 2D | 0 | 1E | 52 | 1 | 26 | 62 | 3A |
| Octal | 375 | 261 | 55 | 0 | 36 | 122 | 1 | 46 | 142 | 72 |
| Binary | 11111101 | 10110001 | 101101 | 0 | 11110 | 1010010 | 1 | 100110 | 1100010 | 111010 |
Color Harmonies of #FDB12D
Complementary color
Monochromatic Colors of #FDB12D
Black with #FDB12D
Text Example
Text Example
White with #FDB12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB12D; }
p { color: rgb(253,177,45); }
H1.HeaderClassName
{
color: #FDB12D;
}
.AnyTagClassName
{
color: #FDB12D;
}
</style>
background-color css
<style>
a { background-color: #FDB12D; }
a { background-color: rgb(253,177,45); }
div.DivClassName
{
background-color: #FDB12D;
}
.BgClassName
{
background-color: #FDB12D;
}
</style>
border-color css
<style>
span { border-color: #FDB12D; }
span { border-color: rgb(253,177,45); }
td.TdClassName
{
border-color: #FDB12D;
}
.TagClassName
{
border-color: #FDB12D;
}
</style>