Shades of Supernova #FBBD42
Tints of Supernova #FBBD42
RGB
CMYK
RGB Variations
Color information
#FBBD42 (or 0xFBBD42) is known color: Supernova. HEX triplet: FB, BD and 42. RGB value is (251,189,66). Sum of RGB (Red+Green+Blue) = 251+189+66=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 66 (26.17% from 255 or 13.04% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBD42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBD42 is #0442BD. Grayscale: #C2C2C2. Windows color (decimal): -279230 or 4374011. OLE color: 4374011.
HSL color Cylindrical-coordinate representation of color #FBBD42: hue angle of 39.89º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FBBD42 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 66 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.02 |
| HSL | 39.89º | 0.96% | 0.62% | - |
| HSV(B) | 39.89º | 0.74% | 0.98% | - |
| XYZ | 58.96 | 57.3 | 13.11 | - |
| YUV | 193.52 | 56.04 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 66 | 0 | 0.25 | 0.74 | 0.02 | 39.89 | 0.96 | 0.62 |
| Hex | FB | BD | 42 | 0 | 19 | 4A | 2 | 28 | 60 | 3E |
| Octal | 373 | 275 | 102 | 0 | 31 | 112 | 2 | 50 | 140 | 76 |
| Binary | 11111011 | 10111101 | 1000010 | 0 | 11001 | 1001010 | 10 | 101000 | 1100000 | 111110 |
Color Harmonies of #FBBD42
Complementary color
Monochromatic Colors of #FBBD42
Black with #FBBD42
Text Example
Text Example
White with #FBBD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBD42; }
p { color: rgb(251,189,66); }
H1.HeaderClassName
{
color: #FBBD42;
}
.AnyTagClassName
{
color: #FBBD42;
}
</style>
background-color css
<style>
a { background-color: #FBBD42; }
a { background-color: rgb(251,189,66); }
div.DivClassName
{
background-color: #FBBD42;
}
.BgClassName
{
background-color: #FBBD42;
}
</style>
border-color css
<style>
span { border-color: #FBBD42; }
span { border-color: rgb(251,189,66); }
td.TdClassName
{
border-color: #FBBD42;
}
.TagClassName
{
border-color: #FBBD42;
}
</style>