Shades of Supernova #FCB527
Tints of Supernova #FCB527
RGB
CMYK
RGB Variations
Color information
#FCB527 (or 0xFCB527) is known color: Supernova. HEX triplet: FC, B5 and 27. RGB value is (252,181,39). Sum of RGB (Red+Green+Blue) = 252+181+39=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 39 (15.62% from 255 or 8.26% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB527 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB527 is #034AD8. Grayscale: #BABABA. Windows color (decimal): -215769 or 2602492. OLE color: 2602492.
HSL color Cylindrical-coordinate representation of color #FCB527: hue angle of 40º 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 #FCB527 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 181 | 39 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.01 |
| HSL | 40º | 0.97% | 0.57% | - |
| HSV(B) | 40º | 0.85% | 0.99% | - |
| XYZ | 57.03 | 53.89 | 9.32 | - |
| YUV | 186.04 | 45.02 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 181 | 39 | 0 | 0.28 | 0.85 | 0.01 | 40 | 0.97 | 0.57 |
| Hex | FC | B5 | 27 | 0 | 1C | 55 | 1 | 28 | 61 | 39 |
| Octal | 374 | 265 | 47 | 0 | 34 | 125 | 1 | 50 | 141 | 71 |
| Binary | 11111100 | 10110101 | 100111 | 0 | 11100 | 1010101 | 1 | 101000 | 1100001 | 111001 |
Color Harmonies of #FCB527
Complementary color
Monochromatic Colors of #FCB527
Black with #FCB527
Text Example
Text Example
White with #FCB527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB527; }
p { color: rgb(252,181,39); }
H1.HeaderClassName
{
color: #FCB527;
}
.AnyTagClassName
{
color: #FCB527;
}
</style>
background-color css
<style>
a { background-color: #FCB527; }
a { background-color: rgb(252,181,39); }
div.DivClassName
{
background-color: #FCB527;
}
.BgClassName
{
background-color: #FCB527;
}
</style>
border-color css
<style>
span { border-color: #FCB527; }
span { border-color: rgb(252,181,39); }
td.TdClassName
{
border-color: #FCB527;
}
.TagClassName
{
border-color: #FCB527;
}
</style>