Shades of Supernova #FDBB32
Tints of Supernova #FDBB32
RGB
CMYK
RGB Variations
Color information
#FDBB32 (or 0xFDBB32) is known color: Supernova. HEX triplet: FD, BB and 32. RGB value is (253,187,50). Sum of RGB (Red+Green+Blue) = 253+187+50=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 50 (19.92% from 255 or 10.20% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBB32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBB32 is #0244CD. Grayscale: #BFBFBF. Windows color (decimal): -148686 or 3324925. OLE color: 3324925.
HSL color Cylindrical-coordinate representation of color #FDBB32: hue angle of 40.49º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDBB32 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 50 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.01 |
| HSL | 40.49º | 0.98% | 0.59% | - |
| HSV(B) | 40.49º | 0.8% | 0.99% | - |
| XYZ | 58.85 | 56.65 | 10.85 | - |
| YUV | 191.12 | 48.37 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 50 | 0 | 0.26 | 0.80 | 0.01 | 40.49 | 0.98 | 0.59 |
| Hex | FD | BB | 32 | 0 | 1A | 50 | 1 | 28 | 62 | 3B |
| Octal | 375 | 273 | 62 | 0 | 32 | 120 | 1 | 50 | 142 | 73 |
| Binary | 11111101 | 10111011 | 110010 | 0 | 11010 | 1010000 | 1 | 101000 | 1100010 | 111011 |
Color Harmonies of #FDBB32
Complementary color
Monochromatic Colors of #FDBB32
Black with #FDBB32
Text Example
Text Example
White with #FDBB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBB32; }
p { color: rgb(253,187,50); }
H1.HeaderClassName
{
color: #FDBB32;
}
.AnyTagClassName
{
color: #FDBB32;
}
</style>
background-color css
<style>
a { background-color: #FDBB32; }
a { background-color: rgb(253,187,50); }
div.DivClassName
{
background-color: #FDBB32;
}
.BgClassName
{
background-color: #FDBB32;
}
</style>
border-color css
<style>
span { border-color: #FDBB32; }
span { border-color: rgb(253,187,50); }
td.TdClassName
{
border-color: #FDBB32;
}
.TagClassName
{
border-color: #FDBB32;
}
</style>