Shades of Supernova #FDB02D
Tints of Supernova #FDB02D
RGB
CMYK
RGB Variations
Color information
#FDB02D (or 0xFDB02D) is known color: Supernova. HEX triplet: FD, B0 and 2D. RGB value is (253,176,45). Sum of RGB (Red+Green+Blue) = 253+176+45=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 45 (17.97% from 255 or 9.49% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB02D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB02D is #024FD2. Grayscale: #B8B8B8. Windows color (decimal): -151507 or 2994429. OLE color: 2994429.
HSL color Cylindrical-coordinate representation of color #FDB02D: hue angle of 37.79º 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 #FDB02D is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 45 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.01 |
| HSL | 37.79º | 0.98% | 0.58% | - |
| HSV(B) | 37.79º | 0.82% | 0.99% | - |
| XYZ | 56.51 | 52.12 | 9.57 | - |
| YUV | 184.09 | 49.51 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 45 | 0 | 0.30 | 0.82 | 0.01 | 37.79 | 0.98 | 0.58 |
| Hex | FD | B0 | 2D | 0 | 1E | 52 | 1 | 26 | 62 | 3A |
| Octal | 375 | 260 | 55 | 0 | 36 | 122 | 1 | 46 | 142 | 72 |
| Binary | 11111101 | 10110000 | 101101 | 0 | 11110 | 1010010 | 1 | 100110 | 1100010 | 111010 |
Color Harmonies of #FDB02D
Complementary color
Monochromatic Colors of #FDB02D
Black with #FDB02D
Text Example
Text Example
White with #FDB02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB02D; }
p { color: rgb(253,176,45); }
H1.HeaderClassName
{
color: #FDB02D;
}
.AnyTagClassName
{
color: #FDB02D;
}
</style>
background-color css
<style>
a { background-color: #FDB02D; }
a { background-color: rgb(253,176,45); }
div.DivClassName
{
background-color: #FDB02D;
}
.BgClassName
{
background-color: #FDB02D;
}
</style>
border-color css
<style>
span { border-color: #FDB02D; }
span { border-color: rgb(253,176,45); }
td.TdClassName
{
border-color: #FDB02D;
}
.TagClassName
{
border-color: #FDB02D;
}
</style>