Shades of Pumpkin #F27D1D
Tints of Pumpkin #F27D1D
RGB
CMYK
RGB Variations
Color information
#F27D1D (or 0xF27D1D) is known color: Pumpkin. HEX triplet: F2, 7D and 1D. RGB value is (242,125,29). Sum of RGB (Red+Green+Blue) = 242+125+29=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 29 (11.72% from 255 or 7.32% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F27D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27D1D is #0D82E2. Grayscale: #959595. Windows color (decimal): -885475 or 1932786. OLE color: 1932786.
HSL color Cylindrical-coordinate representation of color #F27D1D: hue angle of 27.04º degrees, saturation: 0.89, 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 #F27D1D is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 125 | 29 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.05 |
| HSL | 27.04º | 0.89% | 0.53% | - |
| HSV(B) | 27.04º | 0.88% | 0.95% | - |
| XYZ | 44.17 | 33.63 | 5.33 | - |
| YUV | 149.04 | 60.26 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 125 | 29 | 0 | 0.48 | 0.88 | 0.05 | 27.04 | 0.89 | 0.53 |
| Hex | F2 | 7D | 1D | 0 | 30 | 58 | 5 | 1B | 59 | 35 |
| Octal | 362 | 175 | 35 | 0 | 60 | 130 | 5 | 33 | 131 | 65 |
| Binary | 11110010 | 1111101 | 11101 | 0 | 110000 | 1011000 | 101 | 11011 | 1011001 | 110101 |
Color Harmonies of #F27D1D
Complementary color
Monochromatic Colors of #F27D1D
Black with #F27D1D
Text Example
Text Example
White with #F27D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27D1D; }
p { color: rgb(242,125,29); }
H1.HeaderClassName
{
color: #F27D1D;
}
.AnyTagClassName
{
color: #F27D1D;
}
</style>
background-color css
<style>
a { background-color: #F27D1D; }
a { background-color: rgb(242,125,29); }
div.DivClassName
{
background-color: #F27D1D;
}
.BgClassName
{
background-color: #F27D1D;
}
</style>
border-color css
<style>
span { border-color: #F27D1D; }
span { border-color: rgb(242,125,29); }
td.TdClassName
{
border-color: #F27D1D;
}
.TagClassName
{
border-color: #F27D1D;
}
</style>