Shades of Supernova #FDB23B
Tints of Supernova #FDB23B
RGB
CMYK
RGB Variations
Color information
#FDB23B (or 0xFDB23B) is known color: Supernova. HEX triplet: FD, B2 and 3B. RGB value is (253,178,59). Sum of RGB (Red+Green+Blue) = 253+178+59=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 59 (23.44% from 255 or 12.04% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB23B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB23B is #024DC4. Grayscale: #BBBBBB. Windows color (decimal): -150981 or 3912445. OLE color: 3912445.
HSL color Cylindrical-coordinate representation of color #FDB23B: hue angle of 36.8º 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 #FDB23B is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 59 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.01 |
| HSL | 36.8º | 0.98% | 0.61% | - |
| HSV(B) | 36.8º | 0.77% | 0.99% | - |
| XYZ | 57.22 | 53.04 | 11.36 | - |
| YUV | 186.86 | 55.85 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 59 | 0 | 0.30 | 0.77 | 0.01 | 36.8 | 0.98 | 0.61 |
| Hex | FD | B2 | 3B | 0 | 1E | 4D | 1 | 25 | 62 | 3D |
| Octal | 375 | 262 | 73 | 0 | 36 | 115 | 1 | 45 | 142 | 75 |
| Binary | 11111101 | 10110010 | 111011 | 0 | 11110 | 1001101 | 1 | 100101 | 1100010 | 111101 |
Color Harmonies of #FDB23B
Complementary color
Monochromatic Colors of #FDB23B
Black with #FDB23B
Text Example
Text Example
White with #FDB23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB23B; }
p { color: rgb(253,178,59); }
H1.HeaderClassName
{
color: #FDB23B;
}
.AnyTagClassName
{
color: #FDB23B;
}
</style>
background-color css
<style>
a { background-color: #FDB23B; }
a { background-color: rgb(253,178,59); }
div.DivClassName
{
background-color: #FDB23B;
}
.BgClassName
{
background-color: #FDB23B;
}
</style>
border-color css
<style>
span { border-color: #FDB23B; }
span { border-color: rgb(253,178,59); }
td.TdClassName
{
border-color: #FDB23B;
}
.TagClassName
{
border-color: #FDB23B;
}
</style>