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