Shades of Pumpkin #F27417
Tints of Pumpkin #F27417
RGB
CMYK
RGB Variations
Color information
#F27417 (or 0xF27417) is known color: Pumpkin. HEX triplet: F2, 74 and 17. RGB value is (242,116,23). Sum of RGB (Red+Green+Blue) = 242+116+23=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 23 (9.38% from 255 or 6.04% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F27417 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27417 is #0D8BE8. Grayscale: #8F8F8F. Windows color (decimal): -887785 or 1537266. OLE color: 1537266.
HSL color Cylindrical-coordinate representation of color #F27417: hue angle of 25.48º 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 #F27417 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 116 | 23 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.05 |
| HSL | 25.48º | 0.89% | 0.52% | - |
| HSV(B) | 25.48º | 0.9% | 0.95% | - |
| XYZ | 43.02 | 31.43 | 4.61 | - |
| YUV | 143.07 | 60.24 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 116 | 23 | 0 | 0.52 | 0.90 | 0.05 | 25.48 | 0.89 | 0.52 |
| Hex | F2 | 74 | 17 | 0 | 34 | 5A | 5 | 19 | 59 | 34 |
| Octal | 362 | 164 | 27 | 0 | 64 | 132 | 5 | 31 | 131 | 64 |
| Binary | 11110010 | 1110100 | 10111 | 0 | 110100 | 1011010 | 101 | 11001 | 1011001 | 110100 |
Color Harmonies of #F27417
Complementary color
Monochromatic Colors of #F27417
Black with #F27417
Text Example
Text Example
White with #F27417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27417; }
p { color: rgb(242,116,23); }
H1.HeaderClassName
{
color: #F27417;
}
.AnyTagClassName
{
color: #F27417;
}
</style>
background-color css
<style>
a { background-color: #F27417; }
a { background-color: rgb(242,116,23); }
div.DivClassName
{
background-color: #F27417;
}
.BgClassName
{
background-color: #F27417;
}
</style>
border-color css
<style>
span { border-color: #F27417; }
span { border-color: rgb(242,116,23); }
td.TdClassName
{
border-color: #F27417;
}
.TagClassName
{
border-color: #F27417;
}
</style>