Shades of Supernova #FCBA41
Tints of Supernova #FCBA41
RGB
CMYK
RGB Variations
Color information
#FCBA41 (or 0xFCBA41) is known color: Supernova. HEX triplet: FC, BA and 41. RGB value is (252,186,65). Sum of RGB (Red+Green+Blue) = 252+186+65=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 65 (25.78% from 255 or 12.92% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA41 is #0345BE. Grayscale: #C0C0C0. Windows color (decimal): -214463 or 4307708. OLE color: 4307708.
HSL color Cylindrical-coordinate representation of color #FCBA41: hue angle of 38.82º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCBA41 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 65 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.01 |
| HSL | 38.82º | 0.97% | 0.62% | - |
| HSV(B) | 38.82º | 0.74% | 0.99% | - |
| XYZ | 58.66 | 56.19 | 12.76 | - |
| YUV | 191.94 | 56.37 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 65 | 0 | 0.26 | 0.74 | 0.01 | 38.82 | 0.97 | 0.62 |
| Hex | FC | BA | 41 | 0 | 1A | 4A | 1 | 27 | 61 | 3E |
| Octal | 374 | 272 | 101 | 0 | 32 | 112 | 1 | 47 | 141 | 76 |
| Binary | 11111100 | 10111010 | 1000001 | 0 | 11010 | 1001010 | 1 | 100111 | 1100001 | 111110 |
Color Harmonies of #FCBA41
Complementary color
Monochromatic Colors of #FCBA41
Black with #FCBA41
Text Example
Text Example
White with #FCBA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA41; }
p { color: rgb(252,186,65); }
H1.HeaderClassName
{
color: #FCBA41;
}
.AnyTagClassName
{
color: #FCBA41;
}
</style>
background-color css
<style>
a { background-color: #FCBA41; }
a { background-color: rgb(252,186,65); }
div.DivClassName
{
background-color: #FCBA41;
}
.BgClassName
{
background-color: #FCBA41;
}
</style>
border-color css
<style>
span { border-color: #FCBA41; }
span { border-color: rgb(252,186,65); }
td.TdClassName
{
border-color: #FCBA41;
}
.TagClassName
{
border-color: #FCBA41;
}
</style>