Shades of Supernova #FDBB40
Tints of Supernova #FDBB40
RGB
CMYK
RGB Variations
Color information
#FDBB40 (or 0xFDBB40) is known color: Supernova. HEX triplet: FD, BB and 40. RGB value is (253,187,64). Sum of RGB (Red+Green+Blue) = 253+187+64=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 64 (25.39% from 255 or 12.70% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBB40 is #0244BF. Grayscale: #C1C1C1. Windows color (decimal): -148672 or 4242429. OLE color: 4242429.
HSL color Cylindrical-coordinate representation of color #FDBB40: hue angle of 39.05º 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 #FDBB40 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 64 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.01 |
| HSL | 39.05º | 0.98% | 0.62% | - |
| HSV(B) | 39.05º | 0.75% | 0.99% | - |
| XYZ | 59.2 | 56.79 | 12.69 | - |
| YUV | 192.71 | 55.37 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 64 | 0 | 0.26 | 0.75 | 0.01 | 39.05 | 0.98 | 0.62 |
| Hex | FD | BB | 40 | 0 | 1A | 4B | 1 | 27 | 62 | 3E |
| Octal | 375 | 273 | 100 | 0 | 32 | 113 | 1 | 47 | 142 | 76 |
| Binary | 11111101 | 10111011 | 1000000 | 0 | 11010 | 1001011 | 1 | 100111 | 1100010 | 111110 |
Color Harmonies of #FDBB40
Complementary color
Monochromatic Colors of #FDBB40
Black with #FDBB40
Text Example
Text Example
White with #FDBB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBB40; }
p { color: rgb(253,187,64); }
H1.HeaderClassName
{
color: #FDBB40;
}
.AnyTagClassName
{
color: #FDBB40;
}
</style>
background-color css
<style>
a { background-color: #FDBB40; }
a { background-color: rgb(253,187,64); }
div.DivClassName
{
background-color: #FDBB40;
}
.BgClassName
{
background-color: #FDBB40;
}
</style>
border-color css
<style>
span { border-color: #FDBB40; }
span { border-color: rgb(253,187,64); }
td.TdClassName
{
border-color: #FDBB40;
}
.TagClassName
{
border-color: #FDBB40;
}
</style>