Shades of Supernova #FCBE3C
Tints of Supernova #FCBE3C
RGB
CMYK
RGB Variations
Color information
#FCBE3C (or 0xFCBE3C) is known color: Supernova. HEX triplet: FC, BE and 3C. RGB value is (252,190,60). Sum of RGB (Red+Green+Blue) = 252+190+60=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 60 (23.83% from 255 or 11.95% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBE3C is #0341C3. Grayscale: #C2C2C2. Windows color (decimal): -213444 or 3981052. OLE color: 3981052.
HSL color Cylindrical-coordinate representation of color #FCBE3C: hue angle of 40.62º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FCBE3C is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 60 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.01 |
| HSL | 40.63º | 0.97% | 0.61% | - |
| HSV(B) | 40.63º | 0.76% | 0.99% | - |
| XYZ | 59.37 | 57.85 | 12.31 | - |
| YUV | 193.72 | 52.54 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 60 | 0 | 0.25 | 0.76 | 0.01 | 40.63 | 0.97 | 0.61 |
| Hex | FC | BE | 3C | 0 | 19 | 4C | 1 | 29 | 61 | 3D |
| Octal | 374 | 276 | 74 | 0 | 31 | 114 | 1 | 51 | 141 | 75 |
| Binary | 11111100 | 10111110 | 111100 | 0 | 11001 | 1001100 | 1 | 101001 | 1100001 | 111101 |
Color Harmonies of #FCBE3C
Complementary color
Monochromatic Colors of #FCBE3C
Black with #FCBE3C
Text Example
Text Example
White with #FCBE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBE3C; }
p { color: rgb(252,190,60); }
H1.HeaderClassName
{
color: #FCBE3C;
}
.AnyTagClassName
{
color: #FCBE3C;
}
</style>
background-color css
<style>
a { background-color: #FCBE3C; }
a { background-color: rgb(252,190,60); }
div.DivClassName
{
background-color: #FCBE3C;
}
.BgClassName
{
background-color: #FCBE3C;
}
</style>
border-color css
<style>
span { border-color: #FCBE3C; }
span { border-color: rgb(252,190,60); }
td.TdClassName
{
border-color: #FCBE3C;
}
.TagClassName
{
border-color: #FCBE3C;
}
</style>