Shades of Supernova #FCBB31
Tints of Supernova #FCBB31
RGB
CMYK
RGB Variations
Color information
#FCBB31 (or 0xFCBB31) is known color: Supernova. HEX triplet: FC, BB and 31. RGB value is (252,187,49). Sum of RGB (Red+Green+Blue) = 252+187+49=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 49 (19.53% from 255 or 10.04% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBB31 is #0344CE. Grayscale: #BFBFBF. Windows color (decimal): -214223 or 3259388. OLE color: 3259388.
HSL color Cylindrical-coordinate representation of color #FCBB31: hue angle of 40.79º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCBB31 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 49 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.01 |
| HSL | 40.79º | 0.97% | 0.59% | - |
| HSV(B) | 40.79º | 0.81% | 0.99% | - |
| XYZ | 58.47 | 56.46 | 10.72 | - |
| YUV | 190.7 | 48.03 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 49 | 0 | 0.26 | 0.81 | 0.01 | 40.79 | 0.97 | 0.59 |
| Hex | FC | BB | 31 | 0 | 1A | 51 | 1 | 29 | 61 | 3B |
| Octal | 374 | 273 | 61 | 0 | 32 | 121 | 1 | 51 | 141 | 73 |
| Binary | 11111100 | 10111011 | 110001 | 0 | 11010 | 1010001 | 1 | 101001 | 1100001 | 111011 |
Color Harmonies of #FCBB31
Complementary color
Monochromatic Colors of #FCBB31
Black with #FCBB31
Text Example
Text Example
White with #FCBB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBB31; }
p { color: rgb(252,187,49); }
H1.HeaderClassName
{
color: #FCBB31;
}
.AnyTagClassName
{
color: #FCBB31;
}
</style>
background-color css
<style>
a { background-color: #FCBB31; }
a { background-color: rgb(252,187,49); }
div.DivClassName
{
background-color: #FCBB31;
}
.BgClassName
{
background-color: #FCBB31;
}
</style>
border-color css
<style>
span { border-color: #FCBB31; }
span { border-color: rgb(252,187,49); }
td.TdClassName
{
border-color: #FCBB31;
}
.TagClassName
{
border-color: #FCBB31;
}
</style>