Shades of Pumpkin #F27A1A
Tints of Pumpkin #F27A1A
RGB
CMYK
RGB Variations
Color information
#F27A1A (or 0xF27A1A) is known color: Pumpkin. HEX triplet: F2, 7A and 1A. RGB value is (242,122,26). Sum of RGB (Red+Green+Blue) = 242+122+26=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 26 (10.55% from 255 or 6.67% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27A1A is #0D85E5. Grayscale: #939393. Windows color (decimal): -886246 or 1735410. OLE color: 1735410.
HSL color Cylindrical-coordinate representation of color #F27A1A: hue angle of 26.67º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F27A1A is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 122 | 26 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.05 |
| HSL | 26.67º | 0.89% | 0.53% | - |
| HSV(B) | 26.67º | 0.89% | 0.95% | - |
| XYZ | 43.76 | 32.87 | 5.02 | - |
| YUV | 146.94 | 59.76 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 122 | 26 | 0 | 0.50 | 0.89 | 0.05 | 26.67 | 0.89 | 0.53 |
| Hex | F2 | 7A | 1A | 0 | 32 | 59 | 5 | 1B | 59 | 35 |
| Octal | 362 | 172 | 32 | 0 | 62 | 131 | 5 | 33 | 131 | 65 |
| Binary | 11110010 | 1111010 | 11010 | 0 | 110010 | 1011001 | 101 | 11011 | 1011001 | 110101 |
Color Harmonies of #F27A1A
Complementary color
Monochromatic Colors of #F27A1A
Black with #F27A1A
Text Example
Text Example
White with #F27A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27A1A; }
p { color: rgb(242,122,26); }
H1.HeaderClassName
{
color: #F27A1A;
}
.AnyTagClassName
{
color: #F27A1A;
}
</style>
background-color css
<style>
a { background-color: #F27A1A; }
a { background-color: rgb(242,122,26); }
div.DivClassName
{
background-color: #F27A1A;
}
.BgClassName
{
background-color: #F27A1A;
}
</style>
border-color css
<style>
span { border-color: #F27A1A; }
span { border-color: rgb(242,122,26); }
td.TdClassName
{
border-color: #F27A1A;
}
.TagClassName
{
border-color: #F27A1A;
}
</style>