Shades of Supernova #FCBB43
Tints of Supernova #FCBB43
RGB
CMYK
RGB Variations
Color information
#FCBB43 (or 0xFCBB43) is known color: Supernova. HEX triplet: FC, BB and 43. RGB value is (252,187,67). Sum of RGB (Red+Green+Blue) = 252+187+67=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 67 (26.56% from 255 or 13.24% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBB43 is #0344BC. Grayscale: #C1C1C1. Windows color (decimal): -214205 or 4439036. OLE color: 4439036.
HSL color Cylindrical-coordinate representation of color #FCBB43: hue angle of 38.92º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FCBB43 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 67 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.01 |
| HSL | 38.92º | 0.97% | 0.63% | - |
| HSV(B) | 38.92º | 0.73% | 0.99% | - |
| XYZ | 58.93 | 56.64 | 13.14 | - |
| YUV | 192.76 | 57.03 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 67 | 0 | 0.26 | 0.73 | 0.01 | 38.92 | 0.97 | 0.63 |
| Hex | FC | BB | 43 | 0 | 1A | 49 | 1 | 27 | 61 | 3F |
| Octal | 374 | 273 | 103 | 0 | 32 | 111 | 1 | 47 | 141 | 77 |
| Binary | 11111100 | 10111011 | 1000011 | 0 | 11010 | 1001001 | 1 | 100111 | 1100001 | 111111 |
Color Harmonies of #FCBB43
Complementary color
Monochromatic Colors of #FCBB43
Black with #FCBB43
Text Example
Text Example
White with #FCBB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBB43; }
p { color: rgb(252,187,67); }
H1.HeaderClassName
{
color: #FCBB43;
}
.AnyTagClassName
{
color: #FCBB43;
}
</style>
background-color css
<style>
a { background-color: #FCBB43; }
a { background-color: rgb(252,187,67); }
div.DivClassName
{
background-color: #FCBB43;
}
.BgClassName
{
background-color: #FCBB43;
}
</style>
border-color css
<style>
span { border-color: #FCBB43; }
span { border-color: rgb(252,187,67); }
td.TdClassName
{
border-color: #FCBB43;
}
.TagClassName
{
border-color: #FCBB43;
}
</style>