Shades of Supernova #FCBD40
Tints of Supernova #FCBD40
RGB
CMYK
RGB Variations
Color information
#FCBD40 (or 0xFCBD40) is known color: Supernova. HEX triplet: FC, BD and 40. RGB value is (252,189,64). Sum of RGB (Red+Green+Blue) = 252+189+64=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 64 (25.39% from 255 or 12.67% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBD40 is #0342BF. Grayscale: #C2C2C2. Windows color (decimal): -213696 or 4242940. OLE color: 4242940.
HSL color Cylindrical-coordinate representation of color #FCBD40: hue angle of 39.89º 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 #FCBD40 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 64 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.01 |
| HSL | 39.89º | 0.97% | 0.62% | - |
| HSV(B) | 39.89º | 0.75% | 0.99% | - |
| XYZ | 59.27 | 57.46 | 12.82 | - |
| YUV | 193.59 | 54.87 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 64 | 0 | 0.25 | 0.75 | 0.01 | 39.89 | 0.97 | 0.62 |
| Hex | FC | BD | 40 | 0 | 19 | 4B | 1 | 28 | 61 | 3E |
| Octal | 374 | 275 | 100 | 0 | 31 | 113 | 1 | 50 | 141 | 76 |
| Binary | 11111100 | 10111101 | 1000000 | 0 | 11001 | 1001011 | 1 | 101000 | 1100001 | 111110 |
Color Harmonies of #FCBD40
Complementary color
Monochromatic Colors of #FCBD40
Black with #FCBD40
Text Example
Text Example
White with #FCBD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBD40; }
p { color: rgb(252,189,64); }
H1.HeaderClassName
{
color: #FCBD40;
}
.AnyTagClassName
{
color: #FCBD40;
}
</style>
background-color css
<style>
a { background-color: #FCBD40; }
a { background-color: rgb(252,189,64); }
div.DivClassName
{
background-color: #FCBD40;
}
.BgClassName
{
background-color: #FCBD40;
}
</style>
border-color css
<style>
span { border-color: #FCBD40; }
span { border-color: rgb(252,189,64); }
td.TdClassName
{
border-color: #FCBD40;
}
.TagClassName
{
border-color: #FCBD40;
}
</style>