Shades of Supernova #FDBC3E
Tints of Supernova #FDBC3E
RGB
CMYK
RGB Variations
Color information
#FDBC3E (or 0xFDBC3E) is known color: Supernova. HEX triplet: FD, BC and 3E. RGB value is (253,188,62). Sum of RGB (Red+Green+Blue) = 253+188+62=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 62 (24.61% from 255 or 12.33% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBC3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBC3E is #0243C1. Grayscale: #C1C1C1. Windows color (decimal): -148418 or 4111613. OLE color: 4111613.
HSL color Cylindrical-coordinate representation of color #FDBC3E: hue angle of 39.58º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDBC3E is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 62 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.01 |
| HSL | 39.58º | 0.98% | 0.62% | - |
| HSV(B) | 39.58º | 0.75% | 0.99% | - |
| XYZ | 59.36 | 57.2 | 12.47 | - |
| YUV | 193.07 | 54.03 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 62 | 0 | 0.26 | 0.75 | 0.01 | 39.58 | 0.98 | 0.62 |
| Hex | FD | BC | 3E | 0 | 1A | 4B | 1 | 28 | 62 | 3E |
| Octal | 375 | 274 | 76 | 0 | 32 | 113 | 1 | 50 | 142 | 76 |
| Binary | 11111101 | 10111100 | 111110 | 0 | 11010 | 1001011 | 1 | 101000 | 1100010 | 111110 |
Color Harmonies of #FDBC3E
Complementary color
Monochromatic Colors of #FDBC3E
Black with #FDBC3E
Text Example
Text Example
White with #FDBC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBC3E; }
p { color: rgb(253,188,62); }
H1.HeaderClassName
{
color: #FDBC3E;
}
.AnyTagClassName
{
color: #FDBC3E;
}
</style>
background-color css
<style>
a { background-color: #FDBC3E; }
a { background-color: rgb(253,188,62); }
div.DivClassName
{
background-color: #FDBC3E;
}
.BgClassName
{
background-color: #FDBC3E;
}
</style>
border-color css
<style>
span { border-color: #FDBC3E; }
span { border-color: rgb(253,188,62); }
td.TdClassName
{
border-color: #FDBC3E;
}
.TagClassName
{
border-color: #FDBC3E;
}
</style>