Shades of Pumpkin #F17D1F
Tints of Pumpkin #F17D1F
RGB
CMYK
RGB Variations
Color information
#F17D1F (or 0xF17D1F) is known color: Pumpkin. HEX triplet: F1, 7D and 1F. RGB value is (241,125,31). Sum of RGB (Red+Green+Blue) = 241+125+31=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 31 (12.5% from 255 or 7.81% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17D1F is #0E82E0. Grayscale: #959595. Windows color (decimal): -951009 or 2063857. OLE color: 2063857.
HSL color Cylindrical-coordinate representation of color #F17D1F: hue angle of 26.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F17D1F is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 31 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.05 |
| HSL | 26.86º | 0.88% | 0.53% | - |
| HSV(B) | 26.86º | 0.87% | 0.95% | - |
| XYZ | 43.86 | 33.47 | 5.44 | - |
| YUV | 148.97 | 61.43 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 31 | 0 | 0.48 | 0.87 | 0.05 | 26.86 | 0.88 | 0.53 |
| Hex | F1 | 7D | 1F | 0 | 30 | 57 | 5 | 1B | 58 | 35 |
| Octal | 361 | 175 | 37 | 0 | 60 | 127 | 5 | 33 | 130 | 65 |
| Binary | 11110001 | 1111101 | 11111 | 0 | 110000 | 1010111 | 101 | 11011 | 1011000 | 110101 |
Color Harmonies of #F17D1F
Complementary color
Monochromatic Colors of #F17D1F
Black with #F17D1F
Text Example
Text Example
White with #F17D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17D1F; }
p { color: rgb(241,125,31); }
H1.HeaderClassName
{
color: #F17D1F;
}
.AnyTagClassName
{
color: #F17D1F;
}
</style>
background-color css
<style>
a { background-color: #F17D1F; }
a { background-color: rgb(241,125,31); }
div.DivClassName
{
background-color: #F17D1F;
}
.BgClassName
{
background-color: #F17D1F;
}
</style>
border-color css
<style>
span { border-color: #F17D1F; }
span { border-color: rgb(241,125,31); }
td.TdClassName
{
border-color: #F17D1F;
}
.TagClassName
{
border-color: #F17D1F;
}
</style>