Shades of Supernova #FDBC36
Tints of Supernova #FDBC36
RGB
CMYK
RGB Variations
Color information
#FDBC36 (or 0xFDBC36) is known color: Supernova. HEX triplet: FD, BC and 36. RGB value is (253,188,54). Sum of RGB (Red+Green+Blue) = 253+188+54=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 54 (21.48% from 255 or 10.91% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBC36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBC36 is #0243C9. Grayscale: #C0C0C0. Windows color (decimal): -148426 or 3587325. OLE color: 3587325.
HSL color Cylindrical-coordinate representation of color #FDBC36: hue angle of 40.4º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FDBC36 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 54 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.01 |
| HSL | 40.4º | 0.98% | 0.6% | - |
| HSV(B) | 40.4º | 0.79% | 0.99% | - |
| XYZ | 59.16 | 57.12 | 11.4 | - |
| YUV | 192.16 | 50.03 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 54 | 0 | 0.26 | 0.79 | 0.01 | 40.4 | 0.98 | 0.6 |
| Hex | FD | BC | 36 | 0 | 1A | 4F | 1 | 28 | 62 | 3C |
| Octal | 375 | 274 | 66 | 0 | 32 | 117 | 1 | 50 | 142 | 74 |
| Binary | 11111101 | 10111100 | 110110 | 0 | 11010 | 1001111 | 1 | 101000 | 1100010 | 111100 |
Color Harmonies of #FDBC36
Complementary color
Monochromatic Colors of #FDBC36
Black with #FDBC36
Text Example
Text Example
White with #FDBC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBC36; }
p { color: rgb(253,188,54); }
H1.HeaderClassName
{
color: #FDBC36;
}
.AnyTagClassName
{
color: #FDBC36;
}
</style>
background-color css
<style>
a { background-color: #FDBC36; }
a { background-color: rgb(253,188,54); }
div.DivClassName
{
background-color: #FDBC36;
}
.BgClassName
{
background-color: #FDBC36;
}
</style>
border-color css
<style>
span { border-color: #FDBC36; }
span { border-color: rgb(253,188,54); }
td.TdClassName
{
border-color: #FDBC36;
}
.TagClassName
{
border-color: #FDBC36;
}
</style>