Shades of Supernova #FDB22F
Tints of Supernova #FDB22F
RGB
CMYK
RGB Variations
Color information
#FDB22F (or 0xFDB22F) is known color: Supernova. HEX triplet: FD, B2 and 2F. RGB value is (253,178,47). Sum of RGB (Red+Green+Blue) = 253+178+47=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 47 (18.75% from 255 or 9.83% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB22F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB22F is #024DD0. Grayscale: #BABABA. Windows color (decimal): -150993 or 3126013. OLE color: 3126013.
HSL color Cylindrical-coordinate representation of color #FDB22F: hue angle of 38.16º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDB22F is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 47 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.01 |
| HSL | 38.16º | 0.98% | 0.59% | - |
| HSV(B) | 38.16º | 0.81% | 0.99% | - |
| XYZ | 56.94 | 52.93 | 9.9 | - |
| YUV | 185.49 | 49.85 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 47 | 0 | 0.30 | 0.81 | 0.01 | 38.16 | 0.98 | 0.59 |
| Hex | FD | B2 | 2F | 0 | 1E | 51 | 1 | 26 | 62 | 3B |
| Octal | 375 | 262 | 57 | 0 | 36 | 121 | 1 | 46 | 142 | 73 |
| Binary | 11111101 | 10110010 | 101111 | 0 | 11110 | 1010001 | 1 | 100110 | 1100010 | 111011 |
Color Harmonies of #FDB22F
Complementary color
Monochromatic Colors of #FDB22F
Black with #FDB22F
Text Example
Text Example
White with #FDB22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB22F; }
p { color: rgb(253,178,47); }
H1.HeaderClassName
{
color: #FDB22F;
}
.AnyTagClassName
{
color: #FDB22F;
}
</style>
background-color css
<style>
a { background-color: #FDB22F; }
a { background-color: rgb(253,178,47); }
div.DivClassName
{
background-color: #FDB22F;
}
.BgClassName
{
background-color: #FDB22F;
}
</style>
border-color css
<style>
span { border-color: #FDB22F; }
span { border-color: rgb(253,178,47); }
td.TdClassName
{
border-color: #FDB22F;
}
.TagClassName
{
border-color: #FDB22F;
}
</style>