Shades of Pumpkin #FC8123
Tints of Pumpkin #FC8123
RGB
CMYK
RGB Variations
Color information
#FC8123 (or 0xFC8123) is known color: Pumpkin. HEX triplet: FC, 81 and 23. RGB value is (252,129,35). Sum of RGB (Red+Green+Blue) = 252+129+35=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 35 (14.06% from 255 or 8.41% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8123 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8123 is #037EDC. Grayscale: #9B9B9B. Windows color (decimal): -229085 or 2327036. OLE color: 2327036.
HSL color Cylindrical-coordinate representation of color #FC8123: hue angle of 25.99º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC8123 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 35 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.01 |
| HSL | 25.99º | 0.97% | 0.56% | - |
| HSV(B) | 25.99º | 0.86% | 0.99% | - |
| XYZ | 48.3 | 36.52 | 6.09 | - |
| YUV | 155.06 | 60.25 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 35 | 0 | 0.49 | 0.86 | 0.01 | 25.99 | 0.97 | 0.56 |
| Hex | FC | 81 | 23 | 0 | 31 | 56 | 1 | 1A | 61 | 38 |
| Octal | 374 | 201 | 43 | 0 | 61 | 126 | 1 | 32 | 141 | 70 |
| Binary | 11111100 | 10000001 | 100011 | 0 | 110001 | 1010110 | 1 | 11010 | 1100001 | 111000 |
Color Harmonies of #FC8123
Complementary color
Monochromatic Colors of #FC8123
Black with #FC8123
Text Example
Text Example
White with #FC8123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8123; }
p { color: rgb(252,129,35); }
H1.HeaderClassName
{
color: #FC8123;
}
.AnyTagClassName
{
color: #FC8123;
}
</style>
background-color css
<style>
a { background-color: #FC8123; }
a { background-color: rgb(252,129,35); }
div.DivClassName
{
background-color: #FC8123;
}
.BgClassName
{
background-color: #FC8123;
}
</style>
border-color css
<style>
span { border-color: #FC8123; }
span { border-color: rgb(252,129,35); }
td.TdClassName
{
border-color: #FC8123;
}
.TagClassName
{
border-color: #FC8123;
}
</style>