Shades of Pumpkin #F26F17
Tints of Pumpkin #F26F17
RGB
CMYK
RGB Variations
Color information
#F26F17 (or 0xF26F17) is known color: Pumpkin. HEX triplet: F2, 6F and 17. RGB value is (242,111,23). Sum of RGB (Red+Green+Blue) = 242+111+23=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 23 (9.38% from 255 or 6.12% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26F17 is #0D90E8. Grayscale: #8C8C8C. Windows color (decimal): -889065 or 1535986. OLE color: 1535986.
HSL color Cylindrical-coordinate representation of color #F26F17: hue angle of 24.11º 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 #F26F17 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 23 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.05 |
| HSL | 24.11º | 0.89% | 0.52% | - |
| HSV(B) | 24.11º | 0.9% | 0.95% | - |
| XYZ | 42.46 | 30.31 | 4.42 | - |
| YUV | 140.14 | 61.9 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 23 | 0 | 0.54 | 0.90 | 0.05 | 24.11 | 0.89 | 0.52 |
| Hex | F2 | 6F | 17 | 0 | 36 | 5A | 5 | 18 | 59 | 34 |
| Octal | 362 | 157 | 27 | 0 | 66 | 132 | 5 | 30 | 131 | 64 |
| Binary | 11110010 | 1101111 | 10111 | 0 | 110110 | 1011010 | 101 | 11000 | 1011001 | 110100 |
Color Harmonies of #F26F17
Complementary color
Monochromatic Colors of #F26F17
Black with #F26F17
Text Example
Text Example
White with #F26F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26F17; }
p { color: rgb(242,111,23); }
H1.HeaderClassName
{
color: #F26F17;
}
.AnyTagClassName
{
color: #F26F17;
}
</style>
background-color css
<style>
a { background-color: #F26F17; }
a { background-color: rgb(242,111,23); }
div.DivClassName
{
background-color: #F26F17;
}
.BgClassName
{
background-color: #F26F17;
}
</style>
border-color css
<style>
span { border-color: #F26F17; }
span { border-color: rgb(242,111,23); }
td.TdClassName
{
border-color: #F26F17;
}
.TagClassName
{
border-color: #F26F17;
}
</style>