Shades of Pumpkin #F28118
Tints of Pumpkin #F28118
RGB
CMYK
RGB Variations
Color information
#F28118 (or 0xF28118) is known color: Pumpkin. HEX triplet: F2, 81 and 18. RGB value is (242,129,24). Sum of RGB (Red+Green+Blue) = 242+129+24=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 24 (9.77% from 255 or 6.08% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F28118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28118 is #0D7EE7. Grayscale: #979797. Windows color (decimal): -884456 or 1606130. OLE color: 1606130.
HSL color Cylindrical-coordinate representation of color #F28118: hue angle of 28.9º 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 #F28118 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 129 | 24 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.05 |
| HSL | 28.9º | 0.89% | 0.52% | - |
| HSV(B) | 28.9º | 0.9% | 0.95% | - |
| XYZ | 44.63 | 34.64 | 5.2 | - |
| YUV | 150.82 | 56.44 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 129 | 24 | 0 | 0.47 | 0.90 | 0.05 | 28.9 | 0.89 | 0.52 |
| Hex | F2 | 81 | 18 | 0 | 2F | 5A | 5 | 1D | 59 | 34 |
| Octal | 362 | 201 | 30 | 0 | 57 | 132 | 5 | 35 | 131 | 64 |
| Binary | 11110010 | 10000001 | 11000 | 0 | 101111 | 1011010 | 101 | 11101 | 1011001 | 110100 |
Color Harmonies of #F28118
Complementary color
Monochromatic Colors of #F28118
Black with #F28118
Text Example
Text Example
White with #F28118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28118; }
p { color: rgb(242,129,24); }
H1.HeaderClassName
{
color: #F28118;
}
.AnyTagClassName
{
color: #F28118;
}
</style>
background-color css
<style>
a { background-color: #F28118; }
a { background-color: rgb(242,129,24); }
div.DivClassName
{
background-color: #F28118;
}
.BgClassName
{
background-color: #F28118;
}
</style>
border-color css
<style>
span { border-color: #F28118; }
span { border-color: rgb(242,129,24); }
td.TdClassName
{
border-color: #F28118;
}
.TagClassName
{
border-color: #F28118;
}
</style>