Shades of Supernova #FBBA42
Tints of Supernova #FBBA42
RGB
CMYK
RGB Variations
Color information
#FBBA42 (or 0xFBBA42) is known color: Supernova. HEX triplet: FB, BA and 42. RGB value is (251,186,66). Sum of RGB (Red+Green+Blue) = 251+186+66=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 66 (26.17% from 255 or 13.12% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBA42 is #0445BD. Grayscale: #C0C0C0. Windows color (decimal): -279998 or 4373243. OLE color: 4373243.
HSL color Cylindrical-coordinate representation of color #FBBA42: hue angle of 38.92º 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 #FBBA42 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 66 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.02 |
| HSL | 38.92º | 0.96% | 0.62% | - |
| HSV(B) | 38.92º | 0.74% | 0.98% | - |
| XYZ | 58.33 | 56.02 | 12.89 | - |
| YUV | 191.76 | 57.03 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 66 | 0 | 0.26 | 0.74 | 0.02 | 38.92 | 0.96 | 0.62 |
| Hex | FB | BA | 42 | 0 | 1A | 4A | 2 | 27 | 60 | 3E |
| Octal | 373 | 272 | 102 | 0 | 32 | 112 | 2 | 47 | 140 | 76 |
| Binary | 11111011 | 10111010 | 1000010 | 0 | 11010 | 1001010 | 10 | 100111 | 1100000 | 111110 |
Color Harmonies of #FBBA42
Complementary color
Monochromatic Colors of #FBBA42
Black with #FBBA42
Text Example
Text Example
White with #FBBA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBA42; }
p { color: rgb(251,186,66); }
H1.HeaderClassName
{
color: #FBBA42;
}
.AnyTagClassName
{
color: #FBBA42;
}
</style>
background-color css
<style>
a { background-color: #FBBA42; }
a { background-color: rgb(251,186,66); }
div.DivClassName
{
background-color: #FBBA42;
}
.BgClassName
{
background-color: #FBBA42;
}
</style>
border-color css
<style>
span { border-color: #FBBA42; }
span { border-color: rgb(251,186,66); }
td.TdClassName
{
border-color: #FBBA42;
}
.TagClassName
{
border-color: #FBBA42;
}
</style>