Shades of Pumpkin #FC730B
Tints of Pumpkin #FC730B
RGB
CMYK
RGB Variations
Color information
#FC730B (or 0xFC730B) is known color: Pumpkin. HEX triplet: FC, 73 and 0B. RGB value is (252,115,11). Sum of RGB (Red+Green+Blue) = 252+115+11=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC730B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC730B is #038CF4. Grayscale: #909090. Windows color (decimal): -232693 or 750588. OLE color: 750588.
HSL color Cylindrical-coordinate representation of color #FC730B: hue angle of 25.89º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC730B is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 11 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.01 |
| HSL | 25.89º | 0.98% | 0.52% | - |
| HSV(B) | 25.89º | 0.96% | 0.99% | - |
| XYZ | 46.34 | 32.98 | 4.24 | - |
| YUV | 144.11 | 52.89 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 11 | 0 | 0.54 | 0.96 | 0.01 | 25.89 | 0.98 | 0.52 |
| Hex | FC | 73 | B | 0 | 36 | 60 | 1 | 1A | 62 | 34 |
| Octal | 374 | 163 | 13 | 0 | 66 | 140 | 1 | 32 | 142 | 64 |
| Binary | 11111100 | 1110011 | 1011 | 0 | 110110 | 1100000 | 1 | 11010 | 1100010 | 110100 |
Color Harmonies of #FC730B
Complementary color
Monochromatic Colors of #FC730B
Black with #FC730B
Text Example
Text Example
White with #FC730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC730B; }
p { color: rgb(252,115,11); }
H1.HeaderClassName
{
color: #FC730B;
}
.AnyTagClassName
{
color: #FC730B;
}
</style>
background-color css
<style>
a { background-color: #FC730B; }
a { background-color: rgb(252,115,11); }
div.DivClassName
{
background-color: #FC730B;
}
.BgClassName
{
background-color: #FC730B;
}
</style>
border-color css
<style>
span { border-color: #FC730B; }
span { border-color: rgb(252,115,11); }
td.TdClassName
{
border-color: #FC730B;
}
.TagClassName
{
border-color: #FC730B;
}
</style>