Shades of Supernova #FCBC3F
Tints of Supernova #FCBC3F
RGB
CMYK
RGB Variations
Color information
#FCBC3F (or 0xFCBC3F) is known color: Supernova. HEX triplet: FC, BC and 3F. RGB value is (252,188,63). Sum of RGB (Red+Green+Blue) = 252+188+63=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 63 (25% from 255 or 12.52% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC3F is #0343C0. Grayscale: #C1C1C1. Windows color (decimal): -213953 or 4177148. OLE color: 4177148.
HSL color Cylindrical-coordinate representation of color #FCBC3F: hue angle of 39.68º 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 #FCBC3F is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 63 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.01 |
| HSL | 39.68º | 0.97% | 0.62% | - |
| HSV(B) | 39.68º | 0.75% | 0.99% | - |
| XYZ | 59.03 | 57.02 | 12.6 | - |
| YUV | 192.89 | 54.7 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 63 | 0 | 0.25 | 0.75 | 0.01 | 39.68 | 0.97 | 0.62 |
| Hex | FC | BC | 3F | 0 | 19 | 4B | 1 | 28 | 61 | 3E |
| Octal | 374 | 274 | 77 | 0 | 31 | 113 | 1 | 50 | 141 | 76 |
| Binary | 11111100 | 10111100 | 111111 | 0 | 11001 | 1001011 | 1 | 101000 | 1100001 | 111110 |
Color Harmonies of #FCBC3F
Complementary color
Monochromatic Colors of #FCBC3F
Black with #FCBC3F
Text Example
Text Example
White with #FCBC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBC3F; }
p { color: rgb(252,188,63); }
H1.HeaderClassName
{
color: #FCBC3F;
}
.AnyTagClassName
{
color: #FCBC3F;
}
</style>
background-color css
<style>
a { background-color: #FCBC3F; }
a { background-color: rgb(252,188,63); }
div.DivClassName
{
background-color: #FCBC3F;
}
.BgClassName
{
background-color: #FCBC3F;
}
</style>
border-color css
<style>
span { border-color: #FCBC3F; }
span { border-color: rgb(252,188,63); }
td.TdClassName
{
border-color: #FCBC3F;
}
.TagClassName
{
border-color: #FCBC3F;
}
</style>