Shades of Pumpkin #F75D1B
Tints of Pumpkin #F75D1B
RGB
CMYK
RGB Variations
Color information
#F75D1B (or 0xF75D1B) is known color: Pumpkin. HEX triplet: F7, 5D and 1B. RGB value is (247,93,27). Sum of RGB (Red+Green+Blue) = 247+93+27=367 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.30% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 27 (10.94% from 255 or 7.36% from 367); Max value from RGB is 247 - color contains mainly: red. Hex color #F75D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F75D1B is #08A2E4. Grayscale: #838383. Windows color (decimal): -565989 or 1793527. OLE color: 1793527.
HSL color Cylindrical-coordinate representation of color #F75D1B: hue angle of 18º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F75D1B is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 93 | 27 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.03 |
| HSL | 18º | 0.93% | 0.54% | - |
| HSV(B) | 18º | 0.89% | 0.97% | - |
| XYZ | 42.47 | 27.68 | 4.14 | - |
| YUV | 131.52 | 69.02 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 93 | 27 | 0 | 0.62 | 0.89 | 0.03 | 18 | 0.93 | 0.54 |
| Hex | F7 | 5D | 1B | 0 | 3E | 59 | 3 | 12 | 5D | 36 |
| Octal | 367 | 135 | 33 | 0 | 76 | 131 | 3 | 22 | 135 | 66 |
| Binary | 11110111 | 1011101 | 11011 | 0 | 111110 | 1011001 | 11 | 10010 | 1011101 | 110110 |
Color Harmonies of #F75D1B
Complementary color
Monochromatic Colors of #F75D1B
Black with #F75D1B
Text Example
Text Example
White with #F75D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75D1B; }
p { color: rgb(247,93,27); }
H1.HeaderClassName
{
color: #F75D1B;
}
.AnyTagClassName
{
color: #F75D1B;
}
</style>
background-color css
<style>
a { background-color: #F75D1B; }
a { background-color: rgb(247,93,27); }
div.DivClassName
{
background-color: #F75D1B;
}
.BgClassName
{
background-color: #F75D1B;
}
</style>
border-color css
<style>
span { border-color: #F75D1B; }
span { border-color: rgb(247,93,27); }
td.TdClassName
{
border-color: #F75D1B;
}
.TagClassName
{
border-color: #F75D1B;
}
</style>