Shades of Supernova #FCB136
Tints of Supernova #FCB136
RGB
CMYK
RGB Variations
Color information
#FCB136 (or 0xFCB136) is known color: Supernova. HEX triplet: FC, B1 and 36. RGB value is (252,177,54). Sum of RGB (Red+Green+Blue) = 252+177+54=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 54 (21.48% from 255 or 11.18% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB136 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCB136 is #034EC9. Grayscale: #B9B9B9. Windows color (decimal): -216778 or 3584508. OLE color: 3584508.
HSL color Cylindrical-coordinate representation of color #FCB136: hue angle of 37.27º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FCB136 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 54 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.01 |
| HSL | 37.27º | 0.97% | 0.6% | - |
| HSV(B) | 37.27º | 0.79% | 0.99% | - |
| XYZ | 56.53 | 52.41 | 10.63 | - |
| YUV | 185.4 | 53.85 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 54 | 0 | 0.30 | 0.79 | 0.01 | 37.27 | 0.97 | 0.6 |
| Hex | FC | B1 | 36 | 0 | 1E | 4F | 1 | 25 | 61 | 3C |
| Octal | 374 | 261 | 66 | 0 | 36 | 117 | 1 | 45 | 141 | 74 |
| Binary | 11111100 | 10110001 | 110110 | 0 | 11110 | 1001111 | 1 | 100101 | 1100001 | 111100 |
Color Harmonies of #FCB136
Complementary color
Monochromatic Colors of #FCB136
Black with #FCB136
Text Example
Text Example
White with #FCB136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB136; }
p { color: rgb(252,177,54); }
H1.HeaderClassName
{
color: #FCB136;
}
.AnyTagClassName
{
color: #FCB136;
}
</style>
background-color css
<style>
a { background-color: #FCB136; }
a { background-color: rgb(252,177,54); }
div.DivClassName
{
background-color: #FCB136;
}
.BgClassName
{
background-color: #FCB136;
}
</style>
border-color css
<style>
span { border-color: #FCB136; }
span { border-color: rgb(252,177,54); }
td.TdClassName
{
border-color: #FCB136;
}
.TagClassName
{
border-color: #FCB136;
}
</style>