Shades of Pumpkin #F26915
Tints of Pumpkin #F26915
RGB
CMYK
RGB Variations
Color information
#F26915 (or 0xF26915) is known color: Pumpkin. HEX triplet: F2, 69 and 15. RGB value is (242,105,21). Sum of RGB (Red+Green+Blue) = 242+105+21=368 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.76% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 21 (8.59% from 255 or 5.71% from 368); Max value from RGB is 242 - color contains mainly: red. Hex color #F26915 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26915 is #0D96EA. Grayscale: #888888. Windows color (decimal): -890603 or 1403378. OLE color: 1403378.
HSL color Cylindrical-coordinate representation of color #F26915: hue angle of 22.81º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F26915 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 21 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.05 |
| HSL | 22.81º | 0.89% | 0.52% | - |
| HSV(B) | 22.81º | 0.91% | 0.95% | - |
| XYZ | 41.8 | 29.03 | 4.11 | - |
| YUV | 136.39 | 62.89 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 21 | 0 | 0.57 | 0.91 | 0.05 | 22.81 | 0.89 | 0.52 |
| Hex | F2 | 69 | 15 | 0 | 39 | 5B | 5 | 17 | 59 | 34 |
| Octal | 362 | 151 | 25 | 0 | 71 | 133 | 5 | 27 | 131 | 64 |
| Binary | 11110010 | 1101001 | 10101 | 0 | 111001 | 1011011 | 101 | 10111 | 1011001 | 110100 |
Color Harmonies of #F26915
Complementary color
Monochromatic Colors of #F26915
Black with #F26915
Text Example
Text Example
White with #F26915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26915; }
p { color: rgb(242,105,21); }
H1.HeaderClassName
{
color: #F26915;
}
.AnyTagClassName
{
color: #F26915;
}
</style>
background-color css
<style>
a { background-color: #F26915; }
a { background-color: rgb(242,105,21); }
div.DivClassName
{
background-color: #F26915;
}
.BgClassName
{
background-color: #F26915;
}
</style>
border-color css
<style>
span { border-color: #F26915; }
span { border-color: rgb(242,105,21); }
td.TdClassName
{
border-color: #F26915;
}
.TagClassName
{
border-color: #F26915;
}
</style>