Shades of Pumpkin #FC5A1B
Tints of Pumpkin #FC5A1B
RGB
CMYK
RGB Variations
Color information
#FC5A1B (or 0xFC5A1B) is known color: Pumpkin. HEX triplet: FC, 5A and 1B. RGB value is (252,90,27). Sum of RGB (Red+Green+Blue) = 252+90+27=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5A1B is #03A5E4. Grayscale: #838383. Windows color (decimal): -239077 or 1792764. OLE color: 1792764.
HSL color Cylindrical-coordinate representation of color #FC5A1B: hue angle of 16.8º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC5A1B is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 90 | 27 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.01 |
| HSL | 16.8º | 0.97% | 0.55% | - |
| HSV(B) | 16.8º | 0.89% | 0.99% | - |
| XYZ | 44 | 28.09 | 4.14 | - |
| YUV | 131.26 | 69.17 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 90 | 27 | 0 | 0.64 | 0.89 | 0.01 | 16.8 | 0.97 | 0.55 |
| Hex | FC | 5A | 1B | 0 | 40 | 59 | 1 | 11 | 61 | 37 |
| Octal | 374 | 132 | 33 | 0 | 100 | 131 | 1 | 21 | 141 | 67 |
| Binary | 11111100 | 1011010 | 11011 | 0 | 1000000 | 1011001 | 1 | 10001 | 1100001 | 110111 |
Color Harmonies of #FC5A1B
Complementary color
Monochromatic Colors of #FC5A1B
Black with #FC5A1B
Text Example
Text Example
White with #FC5A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5A1B; }
p { color: rgb(252,90,27); }
H1.HeaderClassName
{
color: #FC5A1B;
}
.AnyTagClassName
{
color: #FC5A1B;
}
</style>
background-color css
<style>
a { background-color: #FC5A1B; }
a { background-color: rgb(252,90,27); }
div.DivClassName
{
background-color: #FC5A1B;
}
.BgClassName
{
background-color: #FC5A1B;
}
</style>
border-color css
<style>
span { border-color: #FC5A1B; }
span { border-color: rgb(252,90,27); }
td.TdClassName
{
border-color: #FC5A1B;
}
.TagClassName
{
border-color: #FC5A1B;
}
</style>