Shades of Supernova #FCBD37
Tints of Supernova #FCBD37
RGB
CMYK
RGB Variations
Color information
#FCBD37 (or 0xFCBD37) is known color: Supernova. HEX triplet: FC, BD and 37. RGB value is (252,189,55). Sum of RGB (Red+Green+Blue) = 252+189+55=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 55 (21.88% from 255 or 11.09% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBD37 is #0342C8. Grayscale: #C1C1C1. Windows color (decimal): -213705 or 3653116. OLE color: 3653116.
HSL color Cylindrical-coordinate representation of color #FCBD37: hue angle of 40.81º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FCBD37 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 55 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.01 |
| HSL | 40.81º | 0.97% | 0.6% | - |
| HSV(B) | 40.81º | 0.78% | 0.99% | - |
| XYZ | 59.03 | 57.37 | 11.58 | - |
| YUV | 192.56 | 50.37 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 55 | 0 | 0.25 | 0.78 | 0.01 | 40.81 | 0.97 | 0.6 |
| Hex | FC | BD | 37 | 0 | 19 | 4E | 1 | 29 | 61 | 3C |
| Octal | 374 | 275 | 67 | 0 | 31 | 116 | 1 | 51 | 141 | 74 |
| Binary | 11111100 | 10111101 | 110111 | 0 | 11001 | 1001110 | 1 | 101001 | 1100001 | 111100 |
Color Harmonies of #FCBD37
Complementary color
Monochromatic Colors of #FCBD37
Black with #FCBD37
Text Example
Text Example
White with #FCBD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBD37; }
p { color: rgb(252,189,55); }
H1.HeaderClassName
{
color: #FCBD37;
}
.AnyTagClassName
{
color: #FCBD37;
}
</style>
background-color css
<style>
a { background-color: #FCBD37; }
a { background-color: rgb(252,189,55); }
div.DivClassName
{
background-color: #FCBD37;
}
.BgClassName
{
background-color: #FCBD37;
}
</style>
border-color css
<style>
span { border-color: #FCBD37; }
span { border-color: rgb(252,189,55); }
td.TdClassName
{
border-color: #FCBD37;
}
.TagClassName
{
border-color: #FCBD37;
}
</style>