Shades of Pumpkin #F0631A
Tints of Pumpkin #F0631A
RGB
CMYK
RGB Variations
Color information
#F0631A (or 0xF0631A) is known color: Pumpkin. HEX triplet: F0, 63 and 1A. RGB value is (240,99,26). Sum of RGB (Red+Green+Blue) = 240+99+26=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F0631A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0631A is #0F9CE5. Grayscale: #858585. Windows color (decimal): -1023206 or 1729520. OLE color: 1729520.
HSL color Cylindrical-coordinate representation of color #F0631A: hue angle of 20.47º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0631A is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 26 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.06 |
| HSL | 20.47º | 0.88% | 0.52% | - |
| HSV(B) | 20.47º | 0.89% | 0.94% | - |
| XYZ | 40.58 | 27.52 | 4.15 | - |
| YUV | 132.84 | 67.71 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 26 | 0 | 0.59 | 0.89 | 0.06 | 20.47 | 0.88 | 0.52 |
| Hex | F0 | 63 | 1A | 0 | 3B | 59 | 6 | 14 | 58 | 34 |
| Octal | 360 | 143 | 32 | 0 | 73 | 131 | 6 | 24 | 130 | 64 |
| Binary | 11110000 | 1100011 | 11010 | 0 | 111011 | 1011001 | 110 | 10100 | 1011000 | 110100 |
Color Harmonies of #F0631A
Complementary color
Monochromatic Colors of #F0631A
Black with #F0631A
Text Example
Text Example
White with #F0631A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0631A; }
p { color: rgb(240,99,26); }
H1.HeaderClassName
{
color: #F0631A;
}
.AnyTagClassName
{
color: #F0631A;
}
</style>
background-color css
<style>
a { background-color: #F0631A; }
a { background-color: rgb(240,99,26); }
div.DivClassName
{
background-color: #F0631A;
}
.BgClassName
{
background-color: #F0631A;
}
</style>
border-color css
<style>
span { border-color: #F0631A; }
span { border-color: rgb(240,99,26); }
td.TdClassName
{
border-color: #F0631A;
}
.TagClassName
{
border-color: #F0631A;
}
</style>