Shades of Pumpkin #FC671C
Tints of Pumpkin #FC671C
RGB
CMYK
RGB Variations
Color information
#FC671C (or 0xFC671C) is known color: Pumpkin. HEX triplet: FC, 67 and 1C. RGB value is (252,103,28). Sum of RGB (Red+Green+Blue) = 252+103+28=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 28 (11.33% from 255 or 7.31% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC671C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC671C is #0398E3. Grayscale: #8B8B8B. Windows color (decimal): -235748 or 1861628. OLE color: 1861628.
HSL color Cylindrical-coordinate representation of color #FC671C: hue angle of 20.09º 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 #FC671C is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 28 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.01 |
| HSL | 20.09º | 0.97% | 0.55% | - |
| HSV(B) | 20.09º | 0.89% | 0.99% | - |
| XYZ | 45.2 | 30.48 | 4.6 | - |
| YUV | 139 | 65.36 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 28 | 0 | 0.59 | 0.89 | 0.01 | 20.09 | 0.97 | 0.55 |
| Hex | FC | 67 | 1C | 0 | 3B | 59 | 1 | 14 | 61 | 37 |
| Octal | 374 | 147 | 34 | 0 | 73 | 131 | 1 | 24 | 141 | 67 |
| Binary | 11111100 | 1100111 | 11100 | 0 | 111011 | 1011001 | 1 | 10100 | 1100001 | 110111 |
Color Harmonies of #FC671C
Complementary color
Monochromatic Colors of #FC671C
Black with #FC671C
Text Example
Text Example
White with #FC671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC671C; }
p { color: rgb(252,103,28); }
H1.HeaderClassName
{
color: #FC671C;
}
.AnyTagClassName
{
color: #FC671C;
}
</style>
background-color css
<style>
a { background-color: #FC671C; }
a { background-color: rgb(252,103,28); }
div.DivClassName
{
background-color: #FC671C;
}
.BgClassName
{
background-color: #FC671C;
}
</style>
border-color css
<style>
span { border-color: #FC671C; }
span { border-color: rgb(252,103,28); }
td.TdClassName
{
border-color: #FC671C;
}
.TagClassName
{
border-color: #FC671C;
}
</style>