Shades of Pumpkin #F06321
Tints of Pumpkin #F06321
RGB
CMYK
RGB Variations
Color information
#F06321 (or 0xF06321) is known color: Pumpkin. HEX triplet: F0, 63 and 21. RGB value is (240,99,33). Sum of RGB (Red+Green+Blue) = 240+99+33=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 33 (13.28% from 255 or 8.87% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F06321 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06321 is #0F9CDE. Grayscale: #868686. Windows color (decimal): -1023199 or 2188272. OLE color: 2188272.
HSL color Cylindrical-coordinate representation of color #F06321: hue angle of 19.13º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F06321 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 33 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.06 |
| HSL | 19.13º | 0.87% | 0.54% | - |
| HSV(B) | 19.13º | 0.86% | 0.94% | - |
| XYZ | 40.67 | 27.56 | 4.61 | - |
| YUV | 133.64 | 71.21 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 33 | 0 | 0.59 | 0.86 | 0.06 | 19.13 | 0.87 | 0.54 |
| Hex | F0 | 63 | 21 | 0 | 3B | 56 | 6 | 13 | 57 | 36 |
| Octal | 360 | 143 | 41 | 0 | 73 | 126 | 6 | 23 | 127 | 66 |
| Binary | 11110000 | 1100011 | 100001 | 0 | 111011 | 1010110 | 110 | 10011 | 1010111 | 110110 |
Color Harmonies of #F06321
Complementary color
Monochromatic Colors of #F06321
Black with #F06321
Text Example
Text Example
White with #F06321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06321; }
p { color: rgb(240,99,33); }
H1.HeaderClassName
{
color: #F06321;
}
.AnyTagClassName
{
color: #F06321;
}
</style>
background-color css
<style>
a { background-color: #F06321; }
a { background-color: rgb(240,99,33); }
div.DivClassName
{
background-color: #F06321;
}
.BgClassName
{
background-color: #F06321;
}
</style>
border-color css
<style>
span { border-color: #F06321; }
span { border-color: rgb(240,99,33); }
td.TdClassName
{
border-color: #F06321;
}
.TagClassName
{
border-color: #F06321;
}
</style>