Shades of Supernova #FBBD40
Tints of Supernova #FBBD40
RGB
CMYK
RGB Variations
Color information
#FBBD40 (or 0xFBBD40) is known color: Supernova. HEX triplet: FB, BD and 40. RGB value is (251,189,64). Sum of RGB (Red+Green+Blue) = 251+189+64=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 64 (25.39% from 255 or 12.70% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBD40 is #0442BF. Grayscale: #C1C1C1. Windows color (decimal): -279232 or 4242939. OLE color: 4242939.
HSL color Cylindrical-coordinate representation of color #FBBD40: hue angle of 40.11º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FBBD40 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 64 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.02 |
| HSL | 40.11º | 0.96% | 0.62% | - |
| HSV(B) | 40.11º | 0.75% | 0.98% | - |
| XYZ | 58.91 | 57.27 | 12.8 | - |
| YUV | 193.29 | 55.04 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 64 | 0 | 0.25 | 0.75 | 0.02 | 40.11 | 0.96 | 0.62 |
| Hex | FB | BD | 40 | 0 | 19 | 4B | 2 | 28 | 60 | 3E |
| Octal | 373 | 275 | 100 | 0 | 31 | 113 | 2 | 50 | 140 | 76 |
| Binary | 11111011 | 10111101 | 1000000 | 0 | 11001 | 1001011 | 10 | 101000 | 1100000 | 111110 |
Color Harmonies of #FBBD40
Complementary color
Monochromatic Colors of #FBBD40
Black with #FBBD40
Text Example
Text Example
White with #FBBD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBD40; }
p { color: rgb(251,189,64); }
H1.HeaderClassName
{
color: #FBBD40;
}
.AnyTagClassName
{
color: #FBBD40;
}
</style>
background-color css
<style>
a { background-color: #FBBD40; }
a { background-color: rgb(251,189,64); }
div.DivClassName
{
background-color: #FBBD40;
}
.BgClassName
{
background-color: #FBBD40;
}
</style>
border-color css
<style>
span { border-color: #FBBD40; }
span { border-color: rgb(251,189,64); }
td.TdClassName
{
border-color: #FBBD40;
}
.TagClassName
{
border-color: #FBBD40;
}
</style>