Shades of Pumpkin #F0671B
Tints of Pumpkin #F0671B
RGB
CMYK
RGB Variations
Color information
#F0671B (or 0xF0671B) is known color: Pumpkin. HEX triplet: F0, 67 and 1B. RGB value is (240,103,27). Sum of RGB (Red+Green+Blue) = 240+103+27=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 27 (10.94% from 255 or 7.30% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F0671B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0671B is #0F98E4. Grayscale: #878787. Windows color (decimal): -1022181 or 1796080. OLE color: 1796080.
HSL color Cylindrical-coordinate representation of color #F0671B: hue angle of 21.41º 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 #F0671B is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 27 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.06 |
| HSL | 21.41º | 0.88% | 0.52% | - |
| HSV(B) | 21.41º | 0.89% | 0.94% | - |
| XYZ | 40.98 | 28.3 | 4.34 | - |
| YUV | 135.3 | 66.89 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 27 | 0 | 0.57 | 0.89 | 0.06 | 21.41 | 0.88 | 0.52 |
| Hex | F0 | 67 | 1B | 0 | 39 | 59 | 6 | 15 | 58 | 34 |
| Octal | 360 | 147 | 33 | 0 | 71 | 131 | 6 | 25 | 130 | 64 |
| Binary | 11110000 | 1100111 | 11011 | 0 | 111001 | 1011001 | 110 | 10101 | 1011000 | 110100 |
Color Harmonies of #F0671B
Complementary color
Monochromatic Colors of #F0671B
Black with #F0671B
Text Example
Text Example
White with #F0671B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0671B; }
p { color: rgb(240,103,27); }
H1.HeaderClassName
{
color: #F0671B;
}
.AnyTagClassName
{
color: #F0671B;
}
</style>
background-color css
<style>
a { background-color: #F0671B; }
a { background-color: rgb(240,103,27); }
div.DivClassName
{
background-color: #F0671B;
}
.BgClassName
{
background-color: #F0671B;
}
</style>
border-color css
<style>
span { border-color: #F0671B; }
span { border-color: rgb(240,103,27); }
td.TdClassName
{
border-color: #F0671B;
}
.TagClassName
{
border-color: #F0671B;
}
</style>