Shades of Supernova #FDBB30
Tints of Supernova #FDBB30
RGB
CMYK
RGB Variations
Color information
#FDBB30 (or 0xFDBB30) is known color: Supernova. HEX triplet: FD, BB and 30. RGB value is (253,187,48). Sum of RGB (Red+Green+Blue) = 253+187+48=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 48 (19.14% from 255 or 9.84% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBB30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBB30 is #0244CF. Grayscale: #BFBFBF. Windows color (decimal): -148688 or 3193853. OLE color: 3193853.
HSL color Cylindrical-coordinate representation of color #FDBB30: hue angle of 40.68º 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 #FDBB30 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 48 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.01 |
| HSL | 40.68º | 0.98% | 0.59% | - |
| HSV(B) | 40.68º | 0.81% | 0.99% | - |
| XYZ | 58.81 | 56.64 | 10.63 | - |
| YUV | 190.89 | 47.37 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 48 | 0 | 0.26 | 0.81 | 0.01 | 40.68 | 0.98 | 0.59 |
| Hex | FD | BB | 30 | 0 | 1A | 51 | 1 | 29 | 62 | 3B |
| Octal | 375 | 273 | 60 | 0 | 32 | 121 | 1 | 51 | 142 | 73 |
| Binary | 11111101 | 10111011 | 110000 | 0 | 11010 | 1010001 | 1 | 101001 | 1100010 | 111011 |
Color Harmonies of #FDBB30
Complementary color
Monochromatic Colors of #FDBB30
Black with #FDBB30
Text Example
Text Example
White with #FDBB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBB30; }
p { color: rgb(253,187,48); }
H1.HeaderClassName
{
color: #FDBB30;
}
.AnyTagClassName
{
color: #FDBB30;
}
</style>
background-color css
<style>
a { background-color: #FDBB30; }
a { background-color: rgb(253,187,48); }
div.DivClassName
{
background-color: #FDBB30;
}
.BgClassName
{
background-color: #FDBB30;
}
</style>
border-color css
<style>
span { border-color: #FDBB30; }
span { border-color: rgb(253,187,48); }
td.TdClassName
{
border-color: #FDBB30;
}
.TagClassName
{
border-color: #FDBB30;
}
</style>