Shades of Pumpkin #F27A1F
Tints of Pumpkin #F27A1F
RGB
CMYK
RGB Variations
Color information
#F27A1F (or 0xF27A1F) is known color: Pumpkin. HEX triplet: F2, 7A and 1F. RGB value is (242,122,31). Sum of RGB (Red+Green+Blue) = 242+122+31=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 31 (12.5% from 255 or 7.85% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27A1F is #0D85E0. Grayscale: #939393. Windows color (decimal): -886241 or 2063090. OLE color: 2063090.
HSL color Cylindrical-coordinate representation of color #F27A1F: hue angle of 25.88º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F27A1F is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 122 | 31 | - |
| CMYK | 0 | 0.50 | 0.87 | 0.05 |
| HSL | 25.88º | 0.89% | 0.54% | - |
| HSV(B) | 25.88º | 0.87% | 0.95% | - |
| XYZ | 43.82 | 32.9 | 5.34 | - |
| YUV | 147.51 | 62.26 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 122 | 31 | 0 | 0.50 | 0.87 | 0.05 | 25.88 | 0.89 | 0.54 |
| Hex | F2 | 7A | 1F | 0 | 32 | 57 | 5 | 1A | 59 | 36 |
| Octal | 362 | 172 | 37 | 0 | 62 | 127 | 5 | 32 | 131 | 66 |
| Binary | 11110010 | 1111010 | 11111 | 0 | 110010 | 1010111 | 101 | 11010 | 1011001 | 110110 |
Color Harmonies of #F27A1F
Complementary color
Monochromatic Colors of #F27A1F
Black with #F27A1F
Text Example
Text Example
White with #F27A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27A1F; }
p { color: rgb(242,122,31); }
H1.HeaderClassName
{
color: #F27A1F;
}
.AnyTagClassName
{
color: #F27A1F;
}
</style>
background-color css
<style>
a { background-color: #F27A1F; }
a { background-color: rgb(242,122,31); }
div.DivClassName
{
background-color: #F27A1F;
}
.BgClassName
{
background-color: #F27A1F;
}
</style>
border-color css
<style>
span { border-color: #F27A1F; }
span { border-color: rgb(242,122,31); }
td.TdClassName
{
border-color: #F27A1F;
}
.TagClassName
{
border-color: #F27A1F;
}
</style>