Shades of Supernova #FDC03B
Tints of Supernova #FDC03B
RGB
CMYK
RGB Variations
Color information
#FDC03B (or 0xFDC03B) is known color: Supernova. HEX triplet: FD, C0 and 3B. RGB value is (253,192,59). Sum of RGB (Red+Green+Blue) = 253+192+59=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 59 (23.44% from 255 or 11.71% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC03B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC03B is #023FC4. Grayscale: #C3C3C3. Windows color (decimal): -147397 or 3916029. OLE color: 3916029.
HSL color Cylindrical-coordinate representation of color #FDC03B: hue angle of 41.13º 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 #FDC03B is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 59 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.01 |
| HSL | 41.13º | 0.98% | 0.61% | - |
| HSV(B) | 41.13º | 0.77% | 0.99% | - |
| XYZ | 60.15 | 58.9 | 12.34 | - |
| YUV | 195.08 | 51.21 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 59 | 0 | 0.24 | 0.77 | 0.01 | 41.13 | 0.98 | 0.61 |
| Hex | FD | C0 | 3B | 0 | 18 | 4D | 1 | 29 | 62 | 3D |
| Octal | 375 | 300 | 73 | 0 | 30 | 115 | 1 | 51 | 142 | 75 |
| Binary | 11111101 | 11000000 | 111011 | 0 | 11000 | 1001101 | 1 | 101001 | 1100010 | 111101 |
Color Harmonies of #FDC03B
Complementary color
Monochromatic Colors of #FDC03B
Black with #FDC03B
Text Example
Text Example
White with #FDC03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC03B; }
p { color: rgb(253,192,59); }
H1.HeaderClassName
{
color: #FDC03B;
}
.AnyTagClassName
{
color: #FDC03B;
}
</style>
background-color css
<style>
a { background-color: #FDC03B; }
a { background-color: rgb(253,192,59); }
div.DivClassName
{
background-color: #FDC03B;
}
.BgClassName
{
background-color: #FDC03B;
}
</style>
border-color css
<style>
span { border-color: #FDC03B; }
span { border-color: rgb(253,192,59); }
td.TdClassName
{
border-color: #FDC03B;
}
.TagClassName
{
border-color: #FDC03B;
}
</style>