Shades of Pumpkin #F0631F
Tints of Pumpkin #F0631F
RGB
CMYK
RGB Variations
Color information
#F0631F (or 0xF0631F) is known color: Pumpkin. HEX triplet: F0, 63 and 1F. RGB value is (240,99,31). Sum of RGB (Red+Green+Blue) = 240+99+31=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 31 (12.5% from 255 or 8.38% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F0631F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0631F is #0F9CE0. Grayscale: #858585. Windows color (decimal): -1023201 or 2057200. OLE color: 2057200.
HSL color Cylindrical-coordinate representation of color #F0631F: hue angle of 19.52º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0631F is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 31 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.06 |
| HSL | 19.52º | 0.87% | 0.53% | - |
| HSV(B) | 19.52º | 0.87% | 0.94% | - |
| XYZ | 40.64 | 27.55 | 4.47 | - |
| YUV | 133.41 | 70.21 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 31 | 0 | 0.59 | 0.87 | 0.06 | 19.52 | 0.87 | 0.53 |
| Hex | F0 | 63 | 1F | 0 | 3B | 57 | 6 | 14 | 57 | 35 |
| Octal | 360 | 143 | 37 | 0 | 73 | 127 | 6 | 24 | 127 | 65 |
| Binary | 11110000 | 1100011 | 11111 | 0 | 111011 | 1010111 | 110 | 10100 | 1010111 | 110101 |
Color Harmonies of #F0631F
Complementary color
Monochromatic Colors of #F0631F
Black with #F0631F
Text Example
Text Example
White with #F0631F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0631F; }
p { color: rgb(240,99,31); }
H1.HeaderClassName
{
color: #F0631F;
}
.AnyTagClassName
{
color: #F0631F;
}
</style>
background-color css
<style>
a { background-color: #F0631F; }
a { background-color: rgb(240,99,31); }
div.DivClassName
{
background-color: #F0631F;
}
.BgClassName
{
background-color: #F0631F;
}
</style>
border-color css
<style>
span { border-color: #F0631F; }
span { border-color: rgb(240,99,31); }
td.TdClassName
{
border-color: #F0631F;
}
.TagClassName
{
border-color: #F0631F;
}
</style>