Shades of Supernova #FDBC33
Tints of Supernova #FDBC33
RGB
CMYK
RGB Variations
Color information
#FDBC33 (or 0xFDBC33) is known color: Supernova. HEX triplet: FD, BC and 33. RGB value is (253,188,51). Sum of RGB (Red+Green+Blue) = 253+188+51=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 51 (20.31% from 255 or 10.37% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBC33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBC33 is #0243CC. Grayscale: #C0C0C0. Windows color (decimal): -148429 or 3390717. OLE color: 3390717.
HSL color Cylindrical-coordinate representation of color #FDBC33: hue angle of 40.69º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDBC33 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 51 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.01 |
| HSL | 40.69º | 0.98% | 0.6% | - |
| HSV(B) | 40.69º | 0.8% | 0.99% | - |
| XYZ | 59.09 | 57.09 | 11.04 | - |
| YUV | 191.82 | 48.53 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 51 | 0 | 0.26 | 0.80 | 0.01 | 40.69 | 0.98 | 0.6 |
| Hex | FD | BC | 33 | 0 | 1A | 50 | 1 | 29 | 62 | 3C |
| Octal | 375 | 274 | 63 | 0 | 32 | 120 | 1 | 51 | 142 | 74 |
| Binary | 11111101 | 10111100 | 110011 | 0 | 11010 | 1010000 | 1 | 101001 | 1100010 | 111100 |
Color Harmonies of #FDBC33
Complementary color
Monochromatic Colors of #FDBC33
Black with #FDBC33
Text Example
Text Example
White with #FDBC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBC33; }
p { color: rgb(253,188,51); }
H1.HeaderClassName
{
color: #FDBC33;
}
.AnyTagClassName
{
color: #FDBC33;
}
</style>
background-color css
<style>
a { background-color: #FDBC33; }
a { background-color: rgb(253,188,51); }
div.DivClassName
{
background-color: #FDBC33;
}
.BgClassName
{
background-color: #FDBC33;
}
</style>
border-color css
<style>
span { border-color: #FDBC33; }
span { border-color: rgb(253,188,51); }
td.TdClassName
{
border-color: #FDBC33;
}
.TagClassName
{
border-color: #FDBC33;
}
</style>