Shades of Pumpkin #F0671A
Tints of Pumpkin #F0671A
RGB
CMYK
RGB Variations
Color information
#F0671A (or 0xF0671A) is known color: Pumpkin. HEX triplet: F0, 67 and 1A. RGB value is (240,103,26). Sum of RGB (Red+Green+Blue) = 240+103+26=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 26 (10.55% from 255 or 7.05% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F0671A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0671A is #0F98E5. Grayscale: #878787. Windows color (decimal): -1022182 or 1730544. OLE color: 1730544.
HSL color Cylindrical-coordinate representation of color #F0671A: hue angle of 21.59º 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 #F0671A is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 26 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.06 |
| HSL | 21.59º | 0.88% | 0.52% | - |
| HSV(B) | 21.59º | 0.89% | 0.94% | - |
| XYZ | 40.97 | 28.3 | 4.28 | - |
| YUV | 135.19 | 66.39 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 26 | 0 | 0.57 | 0.89 | 0.06 | 21.59 | 0.88 | 0.52 |
| Hex | F0 | 67 | 1A | 0 | 39 | 59 | 6 | 16 | 58 | 34 |
| Octal | 360 | 147 | 32 | 0 | 71 | 131 | 6 | 26 | 130 | 64 |
| Binary | 11110000 | 1100111 | 11010 | 0 | 111001 | 1011001 | 110 | 10110 | 1011000 | 110100 |
Color Harmonies of #F0671A
Complementary color
Monochromatic Colors of #F0671A
Black with #F0671A
Text Example
Text Example
White with #F0671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0671A; }
p { color: rgb(240,103,26); }
H1.HeaderClassName
{
color: #F0671A;
}
.AnyTagClassName
{
color: #F0671A;
}
</style>
background-color css
<style>
a { background-color: #F0671A; }
a { background-color: rgb(240,103,26); }
div.DivClassName
{
background-color: #F0671A;
}
.BgClassName
{
background-color: #F0671A;
}
</style>
border-color css
<style>
span { border-color: #F0671A; }
span { border-color: rgb(240,103,26); }
td.TdClassName
{
border-color: #F0671A;
}
.TagClassName
{
border-color: #F0671A;
}
</style>