Shades of Supernova #FDB22D
Tints of Supernova #FDB22D
RGB
CMYK
RGB Variations
Color information
#FDB22D (or 0xFDB22D) is known color: Supernova. HEX triplet: FD, B2 and 2D. RGB value is (253,178,45). Sum of RGB (Red+Green+Blue) = 253+178+45=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 45 (17.97% from 255 or 9.45% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB22D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB22D is #024DD2. Grayscale: #B9B9B9. Windows color (decimal): -150995 or 2994941. OLE color: 2994941.
HSL color Cylindrical-coordinate representation of color #FDB22D: hue angle of 38.37º 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 #FDB22D is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 45 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.01 |
| HSL | 38.37º | 0.98% | 0.58% | - |
| HSV(B) | 38.37º | 0.82% | 0.99% | - |
| XYZ | 56.9 | 52.91 | 9.7 | - |
| YUV | 185.26 | 48.85 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 45 | 0 | 0.30 | 0.82 | 0.01 | 38.37 | 0.98 | 0.58 |
| Hex | FD | B2 | 2D | 0 | 1E | 52 | 1 | 26 | 62 | 3A |
| Octal | 375 | 262 | 55 | 0 | 36 | 122 | 1 | 46 | 142 | 72 |
| Binary | 11111101 | 10110010 | 101101 | 0 | 11110 | 1010010 | 1 | 100110 | 1100010 | 111010 |
Color Harmonies of #FDB22D
Complementary color
Monochromatic Colors of #FDB22D
Black with #FDB22D
Text Example
Text Example
White with #FDB22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB22D; }
p { color: rgb(253,178,45); }
H1.HeaderClassName
{
color: #FDB22D;
}
.AnyTagClassName
{
color: #FDB22D;
}
</style>
background-color css
<style>
a { background-color: #FDB22D; }
a { background-color: rgb(253,178,45); }
div.DivClassName
{
background-color: #FDB22D;
}
.BgClassName
{
background-color: #FDB22D;
}
</style>
border-color css
<style>
span { border-color: #FDB22D; }
span { border-color: rgb(253,178,45); }
td.TdClassName
{
border-color: #FDB22D;
}
.TagClassName
{
border-color: #FDB22D;
}
</style>