Shades of Supernova #FCBA33
Tints of Supernova #FCBA33
RGB
CMYK
RGB Variations
Color information
#FCBA33 (or 0xFCBA33) is known color: Supernova. HEX triplet: FC, BA and 33. RGB value is (252,186,51). Sum of RGB (Red+Green+Blue) = 252+186+51=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 51 (20.31% from 255 or 10.43% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA33 is #0345CC. Grayscale: #BEBEBE. Windows color (decimal): -214477 or 3390204. OLE color: 3390204.
HSL color Cylindrical-coordinate representation of color #FCBA33: hue angle of 40.3º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCBA33 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 51 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.01 |
| HSL | 40.3º | 0.97% | 0.59% | - |
| HSV(B) | 40.3º | 0.8% | 0.99% | - |
| XYZ | 58.3 | 56.05 | 10.88 | - |
| YUV | 190.34 | 49.37 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 51 | 0 | 0.26 | 0.80 | 0.01 | 40.3 | 0.97 | 0.59 |
| Hex | FC | BA | 33 | 0 | 1A | 50 | 1 | 28 | 61 | 3B |
| Octal | 374 | 272 | 63 | 0 | 32 | 120 | 1 | 50 | 141 | 73 |
| Binary | 11111100 | 10111010 | 110011 | 0 | 11010 | 1010000 | 1 | 101000 | 1100001 | 111011 |
Color Harmonies of #FCBA33
Complementary color
Monochromatic Colors of #FCBA33
Black with #FCBA33
Text Example
Text Example
White with #FCBA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA33; }
p { color: rgb(252,186,51); }
H1.HeaderClassName
{
color: #FCBA33;
}
.AnyTagClassName
{
color: #FCBA33;
}
</style>
background-color css
<style>
a { background-color: #FCBA33; }
a { background-color: rgb(252,186,51); }
div.DivClassName
{
background-color: #FCBA33;
}
.BgClassName
{
background-color: #FCBA33;
}
</style>
border-color css
<style>
span { border-color: #FCBA33; }
span { border-color: rgb(252,186,51); }
td.TdClassName
{
border-color: #FCBA33;
}
.TagClassName
{
border-color: #FCBA33;
}
</style>