Shades of Supernova #FDBD31
Tints of Supernova #FDBD31
RGB
CMYK
RGB Variations
Color information
#FDBD31 (or 0xFDBD31) is known color: Supernova. HEX triplet: FD, BD and 31. RGB value is (253,189,49). Sum of RGB (Red+Green+Blue) = 253+189+49=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 49 (19.53% from 255 or 9.98% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBD31 is #0242CE. Grayscale: #C0C0C0. Windows color (decimal): -148175 or 3259901. OLE color: 3259901.
HSL color Cylindrical-coordinate representation of color #FDBD31: hue angle of 41.18º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDBD31 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 49 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.01 |
| HSL | 41.18º | 0.98% | 0.59% | - |
| HSV(B) | 41.18º | 0.81% | 0.99% | - |
| XYZ | 59.26 | 57.5 | 10.88 | - |
| YUV | 192.18 | 47.2 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 49 | 0 | 0.25 | 0.81 | 0.01 | 41.18 | 0.98 | 0.59 |
| Hex | FD | BD | 31 | 0 | 19 | 51 | 1 | 29 | 62 | 3B |
| Octal | 375 | 275 | 61 | 0 | 31 | 121 | 1 | 51 | 142 | 73 |
| Binary | 11111101 | 10111101 | 110001 | 0 | 11001 | 1010001 | 1 | 101001 | 1100010 | 111011 |
Color Harmonies of #FDBD31
Complementary color
Monochromatic Colors of #FDBD31
Black with #FDBD31
Text Example
Text Example
White with #FDBD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBD31; }
p { color: rgb(253,189,49); }
H1.HeaderClassName
{
color: #FDBD31;
}
.AnyTagClassName
{
color: #FDBD31;
}
</style>
background-color css
<style>
a { background-color: #FDBD31; }
a { background-color: rgb(253,189,49); }
div.DivClassName
{
background-color: #FDBD31;
}
.BgClassName
{
background-color: #FDBD31;
}
</style>
border-color css
<style>
span { border-color: #FDBD31; }
span { border-color: rgb(253,189,49); }
td.TdClassName
{
border-color: #FDBD31;
}
.TagClassName
{
border-color: #FDBD31;
}
</style>