Shades of Supernova #FDB22B
Tints of Supernova #FDB22B
RGB
CMYK
RGB Variations
Color information
#FDB22B (or 0xFDB22B) is known color: Supernova. HEX triplet: FD, B2 and 2B. RGB value is (253,178,43). Sum of RGB (Red+Green+Blue) = 253+178+43=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 43 (17.19% from 255 or 9.07% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB22B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB22B is #024DD4. Grayscale: #B9B9B9. Windows color (decimal): -150997 or 2863869. OLE color: 2863869.
HSL color Cylindrical-coordinate representation of color #FDB22B: hue angle of 38.57º 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 #FDB22B is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 43 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.01 |
| HSL | 38.57º | 0.98% | 0.58% | - |
| HSV(B) | 38.57º | 0.83% | 0.99% | - |
| XYZ | 56.86 | 52.9 | 9.5 | - |
| YUV | 185.04 | 47.85 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 43 | 0 | 0.30 | 0.83 | 0.01 | 38.57 | 0.98 | 0.58 |
| Hex | FD | B2 | 2B | 0 | 1E | 53 | 1 | 27 | 62 | 3A |
| Octal | 375 | 262 | 53 | 0 | 36 | 123 | 1 | 47 | 142 | 72 |
| Binary | 11111101 | 10110010 | 101011 | 0 | 11110 | 1010011 | 1 | 100111 | 1100010 | 111010 |
Color Harmonies of #FDB22B
Complementary color
Monochromatic Colors of #FDB22B
Black with #FDB22B
Text Example
Text Example
White with #FDB22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB22B; }
p { color: rgb(253,178,43); }
H1.HeaderClassName
{
color: #FDB22B;
}
.AnyTagClassName
{
color: #FDB22B;
}
</style>
background-color css
<style>
a { background-color: #FDB22B; }
a { background-color: rgb(253,178,43); }
div.DivClassName
{
background-color: #FDB22B;
}
.BgClassName
{
background-color: #FDB22B;
}
</style>
border-color css
<style>
span { border-color: #FDB22B; }
span { border-color: rgb(253,178,43); }
td.TdClassName
{
border-color: #FDB22B;
}
.TagClassName
{
border-color: #FDB22B;
}
</style>