Shades of Pumpkin #F26618
Tints of Pumpkin #F26618
RGB
CMYK
RGB Variations
Color information
#F26618 (or 0xF26618) is known color: Pumpkin. HEX triplet: F2, 66 and 18. RGB value is (242,102,24). Sum of RGB (Red+Green+Blue) = 242+102+24=368 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.76% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 242 - color contains mainly: red. Hex color #F26618 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26618 is #0D99E7. Grayscale: #878787. Windows color (decimal): -891368 or 1599218. OLE color: 1599218.
HSL color Cylindrical-coordinate representation of color #F26618: hue angle of 21.47º 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 #F26618 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 24 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.05 |
| HSL | 21.47º | 0.89% | 0.52% | - |
| HSV(B) | 21.47º | 0.9% | 0.95% | - |
| XYZ | 41.53 | 28.45 | 4.17 | - |
| YUV | 134.97 | 65.38 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 24 | 0 | 0.58 | 0.90 | 0.05 | 21.47 | 0.89 | 0.52 |
| Hex | F2 | 66 | 18 | 0 | 3A | 5A | 5 | 15 | 59 | 34 |
| Octal | 362 | 146 | 30 | 0 | 72 | 132 | 5 | 25 | 131 | 64 |
| Binary | 11110010 | 1100110 | 11000 | 0 | 111010 | 1011010 | 101 | 10101 | 1011001 | 110100 |
Color Harmonies of #F26618
Complementary color
Monochromatic Colors of #F26618
Black with #F26618
Text Example
Text Example
White with #F26618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26618; }
p { color: rgb(242,102,24); }
H1.HeaderClassName
{
color: #F26618;
}
.AnyTagClassName
{
color: #F26618;
}
</style>
background-color css
<style>
a { background-color: #F26618; }
a { background-color: rgb(242,102,24); }
div.DivClassName
{
background-color: #F26618;
}
.BgClassName
{
background-color: #F26618;
}
</style>
border-color css
<style>
span { border-color: #F26618; }
span { border-color: rgb(242,102,24); }
td.TdClassName
{
border-color: #F26618;
}
.TagClassName
{
border-color: #F26618;
}
</style>