Shades of Supernova #FCB632
Tints of Supernova #FCB632
RGB
CMYK
RGB Variations
Color information
#FCB632 (or 0xFCB632) is known color: Supernova. HEX triplet: FC, B6 and 32. RGB value is (252,182,50). Sum of RGB (Red+Green+Blue) = 252+182+50=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 50 (19.92% from 255 or 10.33% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB632 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB632 is #0349CD. Grayscale: #BCBCBC. Windows color (decimal): -215502 or 3323644. OLE color: 3323644.
HSL color Cylindrical-coordinate representation of color #FCB632: hue angle of 39.21º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCB632 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 182 | 50 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.01 |
| HSL | 39.21º | 0.97% | 0.59% | - |
| HSV(B) | 39.21º | 0.8% | 0.99% | - |
| XYZ | 57.45 | 54.38 | 10.49 | - |
| YUV | 187.88 | 50.19 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 182 | 50 | 0 | 0.28 | 0.80 | 0.01 | 39.21 | 0.97 | 0.59 |
| Hex | FC | B6 | 32 | 0 | 1C | 50 | 1 | 27 | 61 | 3B |
| Octal | 374 | 266 | 62 | 0 | 34 | 120 | 1 | 47 | 141 | 73 |
| Binary | 11111100 | 10110110 | 110010 | 0 | 11100 | 1010000 | 1 | 100111 | 1100001 | 111011 |
Color Harmonies of #FCB632
Complementary color
Monochromatic Colors of #FCB632
Black with #FCB632
Text Example
Text Example
White with #FCB632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB632; }
p { color: rgb(252,182,50); }
H1.HeaderClassName
{
color: #FCB632;
}
.AnyTagClassName
{
color: #FCB632;
}
</style>
background-color css
<style>
a { background-color: #FCB632; }
a { background-color: rgb(252,182,50); }
div.DivClassName
{
background-color: #FCB632;
}
.BgClassName
{
background-color: #FCB632;
}
</style>
border-color css
<style>
span { border-color: #FCB632; }
span { border-color: rgb(252,182,50); }
td.TdClassName
{
border-color: #FCB632;
}
.TagClassName
{
border-color: #FCB632;
}
</style>