Shades of Supernova #FCB726
Tints of Supernova #FCB726
RGB
CMYK
RGB Variations
Color information
#FCB726 (or 0xFCB726) is known color: Supernova. HEX triplet: FC, B7 and 26. RGB value is (252,183,38). Sum of RGB (Red+Green+Blue) = 252+183+38=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 38 (15.23% from 255 or 8.03% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB726 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB726 is #0348D9. Grayscale: #BBBBBB. Windows color (decimal): -215258 or 2537468. OLE color: 2537468.
HSL color Cylindrical-coordinate representation of color #FCB726: hue angle of 40.65º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FCB726 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 38 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.01 |
| HSL | 40.65º | 0.97% | 0.57% | - |
| HSV(B) | 40.65º | 0.85% | 0.99% | - |
| XYZ | 57.43 | 54.7 | 9.37 | - |
| YUV | 187.1 | 43.86 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 38 | 0 | 0.27 | 0.85 | 0.01 | 40.65 | 0.97 | 0.57 |
| Hex | FC | B7 | 26 | 0 | 1B | 55 | 1 | 29 | 61 | 39 |
| Octal | 374 | 267 | 46 | 0 | 33 | 125 | 1 | 51 | 141 | 71 |
| Binary | 11111100 | 10110111 | 100110 | 0 | 11011 | 1010101 | 1 | 101001 | 1100001 | 111001 |
Color Harmonies of #FCB726
Complementary color
Monochromatic Colors of #FCB726
Black with #FCB726
Text Example
Text Example
White with #FCB726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB726; }
p { color: rgb(252,183,38); }
H1.HeaderClassName
{
color: #FCB726;
}
.AnyTagClassName
{
color: #FCB726;
}
</style>
background-color css
<style>
a { background-color: #FCB726; }
a { background-color: rgb(252,183,38); }
div.DivClassName
{
background-color: #FCB726;
}
.BgClassName
{
background-color: #FCB726;
}
</style>
border-color css
<style>
span { border-color: #FCB726; }
span { border-color: rgb(252,183,38); }
td.TdClassName
{
border-color: #FCB726;
}
.TagClassName
{
border-color: #FCB726;
}
</style>