Shades of Pumpkin #F17F1C
Tints of Pumpkin #F17F1C
RGB
CMYK
RGB Variations
Color information
#F17F1C (or 0xF17F1C) is known color: Pumpkin. HEX triplet: F1, 7F and 1C. RGB value is (241,127,28). Sum of RGB (Red+Green+Blue) = 241+127+28=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17F1C is #0E80E3. Grayscale: #969696. Windows color (decimal): -950500 or 1867761. OLE color: 1867761.
HSL color Cylindrical-coordinate representation of color #F17F1C: hue angle of 27.89º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F17F1C is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 127 | 28 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.05 |
| HSL | 27.89º | 0.88% | 0.53% | - |
| HSV(B) | 27.89º | 0.88% | 0.95% | - |
| XYZ | 44.07 | 33.96 | 5.33 | - |
| YUV | 149.8 | 59.27 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 127 | 28 | 0 | 0.47 | 0.88 | 0.05 | 27.89 | 0.88 | 0.53 |
| Hex | F1 | 7F | 1C | 0 | 2F | 58 | 5 | 1C | 58 | 35 |
| Octal | 361 | 177 | 34 | 0 | 57 | 130 | 5 | 34 | 130 | 65 |
| Binary | 11110001 | 1111111 | 11100 | 0 | 101111 | 1011000 | 101 | 11100 | 1011000 | 110101 |
Color Harmonies of #F17F1C
Complementary color
Monochromatic Colors of #F17F1C
Black with #F17F1C
Text Example
Text Example
White with #F17F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17F1C; }
p { color: rgb(241,127,28); }
H1.HeaderClassName
{
color: #F17F1C;
}
.AnyTagClassName
{
color: #F17F1C;
}
</style>
background-color css
<style>
a { background-color: #F17F1C; }
a { background-color: rgb(241,127,28); }
div.DivClassName
{
background-color: #F17F1C;
}
.BgClassName
{
background-color: #F17F1C;
}
</style>
border-color css
<style>
span { border-color: #F17F1C; }
span { border-color: rgb(241,127,28); }
td.TdClassName
{
border-color: #F17F1C;
}
.TagClassName
{
border-color: #F17F1C;
}
</style>