Shades of Pumpkin #FC631A
Tints of Pumpkin #FC631A
RGB
CMYK
RGB Variations
Color information
#FC631A (or 0xFC631A) is known color: Pumpkin. HEX triplet: FC, 63 and 1A. RGB value is (252,99,26). Sum of RGB (Red+Green+Blue) = 252+99+26=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 26 (10.55% from 255 or 6.90% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC631A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC631A is #039CE5. Grayscale: #888888. Windows color (decimal): -236774 or 1729532. OLE color: 1729532.
HSL color Cylindrical-coordinate representation of color #FC631A: hue angle of 19.38º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC631A is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 26 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.01 |
| HSL | 19.38º | 0.97% | 0.55% | - |
| HSV(B) | 19.38º | 0.9% | 0.99% | - |
| XYZ | 44.79 | 29.69 | 4.35 | - |
| YUV | 136.43 | 65.69 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 26 | 0 | 0.61 | 0.90 | 0.01 | 19.38 | 0.97 | 0.55 |
| Hex | FC | 63 | 1A | 0 | 3D | 5A | 1 | 13 | 61 | 37 |
| Octal | 374 | 143 | 32 | 0 | 75 | 132 | 1 | 23 | 141 | 67 |
| Binary | 11111100 | 1100011 | 11010 | 0 | 111101 | 1011010 | 1 | 10011 | 1100001 | 110111 |
Color Harmonies of #FC631A
Complementary color
Monochromatic Colors of #FC631A
Black with #FC631A
Text Example
Text Example
White with #FC631A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC631A; }
p { color: rgb(252,99,26); }
H1.HeaderClassName
{
color: #FC631A;
}
.AnyTagClassName
{
color: #FC631A;
}
</style>
background-color css
<style>
a { background-color: #FC631A; }
a { background-color: rgb(252,99,26); }
div.DivClassName
{
background-color: #FC631A;
}
.BgClassName
{
background-color: #FC631A;
}
</style>
border-color css
<style>
span { border-color: #FC631A; }
span { border-color: rgb(252,99,26); }
td.TdClassName
{
border-color: #FC631A;
}
.TagClassName
{
border-color: #FC631A;
}
</style>