Shades of Supernova #FDC038
Tints of Supernova #FDC038
RGB
CMYK
RGB Variations
Color information
#FDC038 (or 0xFDC038) is known color: Supernova. HEX triplet: FD, C0 and 38. RGB value is (253,192,56). Sum of RGB (Red+Green+Blue) = 253+192+56=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 56 (22.27% from 255 or 11.18% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC038 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC038 is #023FC7. Grayscale: #C3C3C3. Windows color (decimal): -147400 or 3719421. OLE color: 3719421.
HSL color Cylindrical-coordinate representation of color #FDC038: hue angle of 41.42º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FDC038 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 56 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.01 |
| HSL | 41.42º | 0.98% | 0.61% | - |
| HSV(B) | 41.42º | 0.78% | 0.99% | - |
| XYZ | 60.07 | 58.87 | 11.94 | - |
| YUV | 194.74 | 49.71 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 56 | 0 | 0.24 | 0.78 | 0.01 | 41.42 | 0.98 | 0.61 |
| Hex | FD | C0 | 38 | 0 | 18 | 4E | 1 | 29 | 62 | 3D |
| Octal | 375 | 300 | 70 | 0 | 30 | 116 | 1 | 51 | 142 | 75 |
| Binary | 11111101 | 11000000 | 111000 | 0 | 11000 | 1001110 | 1 | 101001 | 1100010 | 111101 |
Color Harmonies of #FDC038
Complementary color
Monochromatic Colors of #FDC038
Black with #FDC038
Text Example
Text Example
White with #FDC038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC038; }
p { color: rgb(253,192,56); }
H1.HeaderClassName
{
color: #FDC038;
}
.AnyTagClassName
{
color: #FDC038;
}
</style>
background-color css
<style>
a { background-color: #FDC038; }
a { background-color: rgb(253,192,56); }
div.DivClassName
{
background-color: #FDC038;
}
.BgClassName
{
background-color: #FDC038;
}
</style>
border-color css
<style>
span { border-color: #FDC038; }
span { border-color: rgb(253,192,56); }
td.TdClassName
{
border-color: #FDC038;
}
.TagClassName
{
border-color: #FDC038;
}
</style>