Shades of Pumpkin #F27017
Tints of Pumpkin #F27017
RGB
CMYK
RGB Variations
Color information
#F27017 (or 0xF27017) is known color: Pumpkin. HEX triplet: F2, 70 and 17. RGB value is (242,112,23). Sum of RGB (Red+Green+Blue) = 242+112+23=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 23 (9.38% from 255 or 6.10% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F27017 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27017 is #0D8FE8. Grayscale: #8D8D8D. Windows color (decimal): -888809 or 1536242. OLE color: 1536242.
HSL color Cylindrical-coordinate representation of color #F27017: hue angle of 24.38º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F27017 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 23 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.05 |
| HSL | 24.38º | 0.89% | 0.52% | - |
| HSV(B) | 24.38º | 0.9% | 0.95% | - |
| XYZ | 42.57 | 30.53 | 4.46 | - |
| YUV | 140.72 | 61.57 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 23 | 0 | 0.54 | 0.90 | 0.05 | 24.38 | 0.89 | 0.52 |
| Hex | F2 | 70 | 17 | 0 | 36 | 5A | 5 | 18 | 59 | 34 |
| Octal | 362 | 160 | 27 | 0 | 66 | 132 | 5 | 30 | 131 | 64 |
| Binary | 11110010 | 1110000 | 10111 | 0 | 110110 | 1011010 | 101 | 11000 | 1011001 | 110100 |
Color Harmonies of #F27017
Complementary color
Monochromatic Colors of #F27017
Black with #F27017
Text Example
Text Example
White with #F27017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27017; }
p { color: rgb(242,112,23); }
H1.HeaderClassName
{
color: #F27017;
}
.AnyTagClassName
{
color: #F27017;
}
</style>
background-color css
<style>
a { background-color: #F27017; }
a { background-color: rgb(242,112,23); }
div.DivClassName
{
background-color: #F27017;
}
.BgClassName
{
background-color: #F27017;
}
</style>
border-color css
<style>
span { border-color: #F27017; }
span { border-color: rgb(242,112,23); }
td.TdClassName
{
border-color: #F27017;
}
.TagClassName
{
border-color: #F27017;
}
</style>