Shades of Supernova #FDBC32
Tints of Supernova #FDBC32
RGB
CMYK
RGB Variations
Color information
#FDBC32 (or 0xFDBC32) is known color: Supernova. HEX triplet: FD, BC and 32. RGB value is (253,188,50). Sum of RGB (Red+Green+Blue) = 253+188+50=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 50 (19.92% from 255 or 10.18% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBC32 is #0243CD. Grayscale: #C0C0C0. Windows color (decimal): -148430 or 3325181. OLE color: 3325181.
HSL color Cylindrical-coordinate representation of color #FDBC32: hue angle of 40.79º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDBC32 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 50 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.01 |
| HSL | 40.79º | 0.98% | 0.59% | - |
| HSV(B) | 40.79º | 0.8% | 0.99% | - |
| XYZ | 59.07 | 57.08 | 10.92 | - |
| YUV | 191.7 | 48.03 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 50 | 0 | 0.26 | 0.80 | 0.01 | 40.79 | 0.98 | 0.59 |
| Hex | FD | BC | 32 | 0 | 1A | 50 | 1 | 29 | 62 | 3B |
| Octal | 375 | 274 | 62 | 0 | 32 | 120 | 1 | 51 | 142 | 73 |
| Binary | 11111101 | 10111100 | 110010 | 0 | 11010 | 1010000 | 1 | 101001 | 1100010 | 111011 |
Color Harmonies of #FDBC32
Complementary color
Monochromatic Colors of #FDBC32
Black with #FDBC32
Text Example
Text Example
White with #FDBC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBC32; }
p { color: rgb(253,188,50); }
H1.HeaderClassName
{
color: #FDBC32;
}
.AnyTagClassName
{
color: #FDBC32;
}
</style>
background-color css
<style>
a { background-color: #FDBC32; }
a { background-color: rgb(253,188,50); }
div.DivClassName
{
background-color: #FDBC32;
}
.BgClassName
{
background-color: #FDBC32;
}
</style>
border-color css
<style>
span { border-color: #FDBC32; }
span { border-color: rgb(253,188,50); }
td.TdClassName
{
border-color: #FDBC32;
}
.TagClassName
{
border-color: #FDBC32;
}
</style>