Shades of Pumpkin #F06419
Tints of Pumpkin #F06419
RGB
CMYK
RGB Variations
Color information
#F06419 (or 0xF06419) is known color: Pumpkin. HEX triplet: F0, 64 and 19. RGB value is (240,100,25). Sum of RGB (Red+Green+Blue) = 240+100+25=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F06419 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06419 is #0F9BE6. Grayscale: #858585. Windows color (decimal): -1022951 or 1664240. OLE color: 1664240.
HSL color Cylindrical-coordinate representation of color #F06419: hue angle of 20.93º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F06419 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 25 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.06 |
| HSL | 20.93º | 0.88% | 0.52% | - |
| HSV(B) | 20.93º | 0.9% | 0.94% | - |
| XYZ | 40.67 | 27.71 | 4.12 | - |
| YUV | 133.31 | 66.88 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 25 | 0 | 0.58 | 0.90 | 0.06 | 20.93 | 0.88 | 0.52 |
| Hex | F0 | 64 | 19 | 0 | 3A | 5A | 6 | 15 | 58 | 34 |
| Octal | 360 | 144 | 31 | 0 | 72 | 132 | 6 | 25 | 130 | 64 |
| Binary | 11110000 | 1100100 | 11001 | 0 | 111010 | 1011010 | 110 | 10101 | 1011000 | 110100 |
Color Harmonies of #F06419
Complementary color
Monochromatic Colors of #F06419
Black with #F06419
Text Example
Text Example
White with #F06419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06419; }
p { color: rgb(240,100,25); }
H1.HeaderClassName
{
color: #F06419;
}
.AnyTagClassName
{
color: #F06419;
}
</style>
background-color css
<style>
a { background-color: #F06419; }
a { background-color: rgb(240,100,25); }
div.DivClassName
{
background-color: #F06419;
}
.BgClassName
{
background-color: #F06419;
}
</style>
border-color css
<style>
span { border-color: #F06419; }
span { border-color: rgb(240,100,25); }
td.TdClassName
{
border-color: #F06419;
}
.TagClassName
{
border-color: #F06419;
}
</style>