Shades of Supernova #FDB23A
Tints of Supernova #FDB23A
RGB
CMYK
RGB Variations
Color information
#FDB23A (or 0xFDB23A) is known color: Supernova. HEX triplet: FD, B2 and 3A. RGB value is (253,178,58). Sum of RGB (Red+Green+Blue) = 253+178+58=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 58 (23.05% from 255 or 11.86% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB23A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB23A is #024DC5. Grayscale: #BBBBBB. Windows color (decimal): -150982 or 3846909. OLE color: 3846909.
HSL color Cylindrical-coordinate representation of color #FDB23A: hue angle of 36.92º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDB23A is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 58 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.01 |
| HSL | 36.92º | 0.98% | 0.61% | - |
| HSV(B) | 36.92º | 0.77% | 0.99% | - |
| XYZ | 57.19 | 53.03 | 11.22 | - |
| YUV | 186.75 | 55.35 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 58 | 0 | 0.30 | 0.77 | 0.01 | 36.92 | 0.98 | 0.61 |
| Hex | FD | B2 | 3A | 0 | 1E | 4D | 1 | 25 | 62 | 3D |
| Octal | 375 | 262 | 72 | 0 | 36 | 115 | 1 | 45 | 142 | 75 |
| Binary | 11111101 | 10110010 | 111010 | 0 | 11110 | 1001101 | 1 | 100101 | 1100010 | 111101 |
Color Harmonies of #FDB23A
Complementary color
Monochromatic Colors of #FDB23A
Black with #FDB23A
Text Example
Text Example
White with #FDB23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB23A; }
p { color: rgb(253,178,58); }
H1.HeaderClassName
{
color: #FDB23A;
}
.AnyTagClassName
{
color: #FDB23A;
}
</style>
background-color css
<style>
a { background-color: #FDB23A; }
a { background-color: rgb(253,178,58); }
div.DivClassName
{
background-color: #FDB23A;
}
.BgClassName
{
background-color: #FDB23A;
}
</style>
border-color css
<style>
span { border-color: #FDB23A; }
span { border-color: rgb(253,178,58); }
td.TdClassName
{
border-color: #FDB23A;
}
.TagClassName
{
border-color: #FDB23A;
}
</style>