Shades of Supernova #FCBE3A
Tints of Supernova #FCBE3A
RGB
CMYK
RGB Variations
Color information
#FCBE3A (or 0xFCBE3A) is known color: Supernova. HEX triplet: FC, BE and 3A. RGB value is (252,190,58). Sum of RGB (Red+Green+Blue) = 252+190+58=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 58 (23.05% from 255 or 11.6% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBE3A is #0341C5. Grayscale: #C2C2C2. Windows color (decimal): -213446 or 3849980. OLE color: 3849980.
HSL color Cylindrical-coordinate representation of color #FCBE3A: hue angle of 40.82º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FCBE3A is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 58 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.01 |
| HSL | 40.82º | 0.97% | 0.61% | - |
| HSV(B) | 40.82º | 0.77% | 0.99% | - |
| XYZ | 59.32 | 57.83 | 12.04 | - |
| YUV | 193.49 | 51.54 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 58 | 0 | 0.25 | 0.77 | 0.01 | 40.82 | 0.97 | 0.61 |
| Hex | FC | BE | 3A | 0 | 19 | 4D | 1 | 29 | 61 | 3D |
| Octal | 374 | 276 | 72 | 0 | 31 | 115 | 1 | 51 | 141 | 75 |
| Binary | 11111100 | 10111110 | 111010 | 0 | 11001 | 1001101 | 1 | 101001 | 1100001 | 111101 |
Color Harmonies of #FCBE3A
Complementary color
Monochromatic Colors of #FCBE3A
Black with #FCBE3A
Text Example
Text Example
White with #FCBE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBE3A; }
p { color: rgb(252,190,58); }
H1.HeaderClassName
{
color: #FCBE3A;
}
.AnyTagClassName
{
color: #FCBE3A;
}
</style>
background-color css
<style>
a { background-color: #FCBE3A; }
a { background-color: rgb(252,190,58); }
div.DivClassName
{
background-color: #FCBE3A;
}
.BgClassName
{
background-color: #FCBE3A;
}
</style>
border-color css
<style>
span { border-color: #FCBE3A; }
span { border-color: rgb(252,190,58); }
td.TdClassName
{
border-color: #FCBE3A;
}
.TagClassName
{
border-color: #FCBE3A;
}
</style>