Shades of Supernova #FDB22E
Tints of Supernova #FDB22E
RGB
CMYK
RGB Variations
Color information
#FDB22E (or 0xFDB22E) is known color: Supernova. HEX triplet: FD, B2 and 2E. RGB value is (253,178,46). Sum of RGB (Red+Green+Blue) = 253+178+46=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 46 (18.36% from 255 or 9.64% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB22E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB22E is #024DD1. Grayscale: #B9B9B9. Windows color (decimal): -150994 or 3060477. OLE color: 3060477.
HSL color Cylindrical-coordinate representation of color #FDB22E: hue angle of 38.26º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDB22E is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 46 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.01 |
| HSL | 38.26º | 0.98% | 0.59% | - |
| HSV(B) | 38.26º | 0.82% | 0.99% | - |
| XYZ | 56.92 | 52.92 | 9.8 | - |
| YUV | 185.38 | 49.35 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 46 | 0 | 0.30 | 0.82 | 0.01 | 38.26 | 0.98 | 0.59 |
| Hex | FD | B2 | 2E | 0 | 1E | 52 | 1 | 26 | 62 | 3B |
| Octal | 375 | 262 | 56 | 0 | 36 | 122 | 1 | 46 | 142 | 73 |
| Binary | 11111101 | 10110010 | 101110 | 0 | 11110 | 1010010 | 1 | 100110 | 1100010 | 111011 |
Color Harmonies of #FDB22E
Complementary color
Monochromatic Colors of #FDB22E
Black with #FDB22E
Text Example
Text Example
White with #FDB22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB22E; }
p { color: rgb(253,178,46); }
H1.HeaderClassName
{
color: #FDB22E;
}
.AnyTagClassName
{
color: #FDB22E;
}
</style>
background-color css
<style>
a { background-color: #FDB22E; }
a { background-color: rgb(253,178,46); }
div.DivClassName
{
background-color: #FDB22E;
}
.BgClassName
{
background-color: #FDB22E;
}
</style>
border-color css
<style>
span { border-color: #FDB22E; }
span { border-color: rgb(253,178,46); }
td.TdClassName
{
border-color: #FDB22E;
}
.TagClassName
{
border-color: #FDB22E;
}
</style>