Shades of Supernova #FCB534
Tints of Supernova #FCB534
RGB
CMYK
RGB Variations
Color information
#FCB534 (or 0xFCB534) is known color: Supernova. HEX triplet: FC, B5 and 34. RGB value is (252,181,52). Sum of RGB (Red+Green+Blue) = 252+181+52=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 52 (20.70% from 255 or 10.72% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB534 is #034ACB. Grayscale: #BCBCBC. Windows color (decimal): -215756 or 3454460. OLE color: 3454460.
HSL color Cylindrical-coordinate representation of color #FCB534: hue angle of 38.7º 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 #FCB534 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 181 | 52 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.01 |
| HSL | 38.7º | 0.97% | 0.6% | - |
| HSV(B) | 38.7º | 0.79% | 0.99% | - |
| XYZ | 57.29 | 53.99 | 10.65 | - |
| YUV | 187.52 | 51.52 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 181 | 52 | 0 | 0.28 | 0.79 | 0.01 | 38.7 | 0.97 | 0.6 |
| Hex | FC | B5 | 34 | 0 | 1C | 4F | 1 | 27 | 61 | 3C |
| Octal | 374 | 265 | 64 | 0 | 34 | 117 | 1 | 47 | 141 | 74 |
| Binary | 11111100 | 10110101 | 110100 | 0 | 11100 | 1001111 | 1 | 100111 | 1100001 | 111100 |
Color Harmonies of #FCB534
Complementary color
Monochromatic Colors of #FCB534
Black with #FCB534
Text Example
Text Example
White with #FCB534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB534; }
p { color: rgb(252,181,52); }
H1.HeaderClassName
{
color: #FCB534;
}
.AnyTagClassName
{
color: #FCB534;
}
</style>
background-color css
<style>
a { background-color: #FCB534; }
a { background-color: rgb(252,181,52); }
div.DivClassName
{
background-color: #FCB534;
}
.BgClassName
{
background-color: #FCB534;
}
</style>
border-color css
<style>
span { border-color: #FCB534; }
span { border-color: rgb(252,181,52); }
td.TdClassName
{
border-color: #FCB534;
}
.TagClassName
{
border-color: #FCB534;
}
</style>