Shades of Supernova #FCBB40
Tints of Supernova #FCBB40
RGB
CMYK
RGB Variations
Color information
#FCBB40 (or 0xFCBB40) is known color: Supernova. HEX triplet: FC, BB and 40. RGB value is (252,187,64). Sum of RGB (Red+Green+Blue) = 252+187+64=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 64 (25.39% from 255 or 12.72% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBB40 is #0344BF. Grayscale: #C0C0C0. Windows color (decimal): -214208 or 4242428. OLE color: 4242428.
HSL color Cylindrical-coordinate representation of color #FCBB40: hue angle of 39.26º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCBB40 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 64 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.01 |
| HSL | 39.26º | 0.97% | 0.62% | - |
| HSV(B) | 39.26º | 0.75% | 0.99% | - |
| XYZ | 58.84 | 56.61 | 12.68 | - |
| YUV | 192.41 | 55.53 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 64 | 0 | 0.26 | 0.75 | 0.01 | 39.26 | 0.97 | 0.62 |
| Hex | FC | BB | 40 | 0 | 1A | 4B | 1 | 27 | 61 | 3E |
| Octal | 374 | 273 | 100 | 0 | 32 | 113 | 1 | 47 | 141 | 76 |
| Binary | 11111100 | 10111011 | 1000000 | 0 | 11010 | 1001011 | 1 | 100111 | 1100001 | 111110 |
Color Harmonies of #FCBB40
Complementary color
Monochromatic Colors of #FCBB40
Black with #FCBB40
Text Example
Text Example
White with #FCBB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBB40; }
p { color: rgb(252,187,64); }
H1.HeaderClassName
{
color: #FCBB40;
}
.AnyTagClassName
{
color: #FCBB40;
}
</style>
background-color css
<style>
a { background-color: #FCBB40; }
a { background-color: rgb(252,187,64); }
div.DivClassName
{
background-color: #FCBB40;
}
.BgClassName
{
background-color: #FCBB40;
}
</style>
border-color css
<style>
span { border-color: #FCBB40; }
span { border-color: rgb(252,187,64); }
td.TdClassName
{
border-color: #FCBB40;
}
.TagClassName
{
border-color: #FCBB40;
}
</style>