Shades of Supernova #FDBD30
Tints of Supernova #FDBD30
RGB
CMYK
RGB Variations
Color information
#FDBD30 (or 0xFDBD30) is known color: Supernova. HEX triplet: FD, BD and 30. RGB value is (253,189,48). Sum of RGB (Red+Green+Blue) = 253+189+48=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 48 (19.14% from 255 or 9.80% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBD30 is #0242CF. Grayscale: #C0C0C0. Windows color (decimal): -148176 or 3194365. OLE color: 3194365.
HSL color Cylindrical-coordinate representation of color #FDBD30: hue angle of 41.27º 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 #FDBD30 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 48 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.01 |
| HSL | 41.27º | 0.98% | 0.59% | - |
| HSV(B) | 41.27º | 0.81% | 0.99% | - |
| XYZ | 59.24 | 57.49 | 10.77 | - |
| YUV | 192.06 | 46.7 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 48 | 0 | 0.25 | 0.81 | 0.01 | 41.27 | 0.98 | 0.59 |
| Hex | FD | BD | 30 | 0 | 19 | 51 | 1 | 29 | 62 | 3B |
| Octal | 375 | 275 | 60 | 0 | 31 | 121 | 1 | 51 | 142 | 73 |
| Binary | 11111101 | 10111101 | 110000 | 0 | 11001 | 1010001 | 1 | 101001 | 1100010 | 111011 |
Color Harmonies of #FDBD30
Complementary color
Monochromatic Colors of #FDBD30
Black with #FDBD30
Text Example
Text Example
White with #FDBD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBD30; }
p { color: rgb(253,189,48); }
H1.HeaderClassName
{
color: #FDBD30;
}
.AnyTagClassName
{
color: #FDBD30;
}
</style>
background-color css
<style>
a { background-color: #FDBD30; }
a { background-color: rgb(253,189,48); }
div.DivClassName
{
background-color: #FDBD30;
}
.BgClassName
{
background-color: #FDBD30;
}
</style>
border-color css
<style>
span { border-color: #FDBD30; }
span { border-color: rgb(253,189,48); }
td.TdClassName
{
border-color: #FDBD30;
}
.TagClassName
{
border-color: #FDBD30;
}
</style>