Shades of Supernova #FBBC32
Tints of Supernova #FBBC32
RGB
CMYK
RGB Variations
Color information
#FBBC32 (or 0xFBBC32) is known color: Supernova. HEX triplet: FB, BC and 32. RGB value is (251,188,50). Sum of RGB (Red+Green+Blue) = 251+188+50=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 50 (19.92% from 255 or 10.22% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBC32 is #0443CD. Grayscale: #BFBFBF. Windows color (decimal): -279502 or 3325179. OLE color: 3325179.
HSL color Cylindrical-coordinate representation of color #FBBC32: hue angle of 41.19º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FBBC32 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 50 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.02 |
| HSL | 41.19º | 0.96% | 0.59% | - |
| HSV(B) | 41.19º | 0.8% | 0.98% | - |
| XYZ | 58.34 | 56.71 | 10.89 | - |
| YUV | 191.11 | 48.37 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 50 | 0 | 0.25 | 0.80 | 0.02 | 41.19 | 0.96 | 0.59 |
| Hex | FB | BC | 32 | 0 | 19 | 50 | 2 | 29 | 60 | 3B |
| Octal | 373 | 274 | 62 | 0 | 31 | 120 | 2 | 51 | 140 | 73 |
| Binary | 11111011 | 10111100 | 110010 | 0 | 11001 | 1010000 | 10 | 101001 | 1100000 | 111011 |
Color Harmonies of #FBBC32
Complementary color
Monochromatic Colors of #FBBC32
Black with #FBBC32
Text Example
Text Example
White with #FBBC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBC32; }
p { color: rgb(251,188,50); }
H1.HeaderClassName
{
color: #FBBC32;
}
.AnyTagClassName
{
color: #FBBC32;
}
</style>
background-color css
<style>
a { background-color: #FBBC32; }
a { background-color: rgb(251,188,50); }
div.DivClassName
{
background-color: #FBBC32;
}
.BgClassName
{
background-color: #FBBC32;
}
</style>
border-color css
<style>
span { border-color: #FBBC32; }
span { border-color: rgb(251,188,50); }
td.TdClassName
{
border-color: #FBBC32;
}
.TagClassName
{
border-color: #FBBC32;
}
</style>