Shades of Supernova #FBAC32
Tints of Supernova #FBAC32
RGB
CMYK
RGB Variations
Color information
#FBAC32 (or 0xFBAC32) is known color: Supernova. HEX triplet: FB, AC and 32. RGB value is (251,172,50). Sum of RGB (Red+Green+Blue) = 251+172+50=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 50 (19.92% from 255 or 10.57% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAC32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAC32 is #0453CD. Grayscale: #B6B6B6. Windows color (decimal): -283598 or 3321083. OLE color: 3321083.
HSL color Cylindrical-coordinate representation of color #FBAC32: hue angle of 36.42º 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 #FBAC32 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 172 | 50 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.02 |
| HSL | 36.42º | 0.96% | 0.59% | - |
| HSV(B) | 36.42º | 0.8% | 0.98% | - |
| XYZ | 55.11 | 50.24 | 9.81 | - |
| YUV | 181.71 | 53.67 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 172 | 50 | 0 | 0.31 | 0.80 | 0.02 | 36.42 | 0.96 | 0.59 |
| Hex | FB | AC | 32 | 0 | 1F | 50 | 2 | 24 | 60 | 3B |
| Octal | 373 | 254 | 62 | 0 | 37 | 120 | 2 | 44 | 140 | 73 |
| Binary | 11111011 | 10101100 | 110010 | 0 | 11111 | 1010000 | 10 | 100100 | 1100000 | 111011 |
Color Harmonies of #FBAC32
Complementary color
Monochromatic Colors of #FBAC32
Black with #FBAC32
Text Example
Text Example
White with #FBAC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAC32; }
p { color: rgb(251,172,50); }
H1.HeaderClassName
{
color: #FBAC32;
}
.AnyTagClassName
{
color: #FBAC32;
}
</style>
background-color css
<style>
a { background-color: #FBAC32; }
a { background-color: rgb(251,172,50); }
div.DivClassName
{
background-color: #FBAC32;
}
.BgClassName
{
background-color: #FBAC32;
}
</style>
border-color css
<style>
span { border-color: #FBAC32; }
span { border-color: rgb(251,172,50); }
td.TdClassName
{
border-color: #FBAC32;
}
.TagClassName
{
border-color: #FBAC32;
}
</style>