Shades of Supernova #FDBD3E
Tints of Supernova #FDBD3E
RGB
CMYK
RGB Variations
Color information
#FDBD3E (or 0xFDBD3E) is known color: Supernova. HEX triplet: FD, BD and 3E. RGB value is (253,189,62). Sum of RGB (Red+Green+Blue) = 253+189+62=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 62 (24.61% from 255 or 12.30% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBD3E is #0242C1. Grayscale: #C2C2C2. Windows color (decimal): -148162 or 4111869. OLE color: 4111869.
HSL color Cylindrical-coordinate representation of color #FDBD3E: hue angle of 39.9º 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 #FDBD3E is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 62 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.01 |
| HSL | 39.9º | 0.98% | 0.62% | - |
| HSV(B) | 39.9º | 0.75% | 0.99% | - |
| XYZ | 59.58 | 57.63 | 12.54 | - |
| YUV | 193.66 | 53.7 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 62 | 0 | 0.25 | 0.75 | 0.01 | 39.9 | 0.98 | 0.62 |
| Hex | FD | BD | 3E | 0 | 19 | 4B | 1 | 28 | 62 | 3E |
| Octal | 375 | 275 | 76 | 0 | 31 | 113 | 1 | 50 | 142 | 76 |
| Binary | 11111101 | 10111101 | 111110 | 0 | 11001 | 1001011 | 1 | 101000 | 1100010 | 111110 |
Color Harmonies of #FDBD3E
Complementary color
Monochromatic Colors of #FDBD3E
Black with #FDBD3E
Text Example
Text Example
White with #FDBD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBD3E; }
p { color: rgb(253,189,62); }
H1.HeaderClassName
{
color: #FDBD3E;
}
.AnyTagClassName
{
color: #FDBD3E;
}
</style>
background-color css
<style>
a { background-color: #FDBD3E; }
a { background-color: rgb(253,189,62); }
div.DivClassName
{
background-color: #FDBD3E;
}
.BgClassName
{
background-color: #FDBD3E;
}
</style>
border-color css
<style>
span { border-color: #FDBD3E; }
span { border-color: rgb(253,189,62); }
td.TdClassName
{
border-color: #FDBD3E;
}
.TagClassName
{
border-color: #FDBD3E;
}
</style>