Shades of Pumpkin #F95A1B
Tints of Pumpkin #F95A1B
RGB
CMYK
RGB Variations
Color information
#F95A1B (or 0xF95A1B) is known color: Pumpkin. HEX triplet: F9, 5A and 1B. RGB value is (249,90,27). Sum of RGB (Red+Green+Blue) = 249+90+27=366 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.03% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 27 (10.94% from 255 or 7.38% from 366); Max value from RGB is 249 - color contains mainly: red. Hex color #F95A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95A1B is #06A5E4. Grayscale: #828282. Windows color (decimal): -435685 or 1792761. OLE color: 1792761.
HSL color Cylindrical-coordinate representation of color #F95A1B: hue angle of 17.03º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F95A1B is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 90 | 27 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.02 |
| HSL | 17.03º | 0.95% | 0.54% | - |
| HSV(B) | 17.03º | 0.89% | 0.98% | - |
| XYZ | 42.92 | 27.53 | 4.09 | - |
| YUV | 130.36 | 69.68 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 90 | 27 | 0 | 0.64 | 0.89 | 0.02 | 17.03 | 0.95 | 0.54 |
| Hex | F9 | 5A | 1B | 0 | 40 | 59 | 2 | 11 | 5F | 36 |
| Octal | 371 | 132 | 33 | 0 | 100 | 131 | 2 | 21 | 137 | 66 |
| Binary | 11111001 | 1011010 | 11011 | 0 | 1000000 | 1011001 | 10 | 10001 | 1011111 | 110110 |
Color Harmonies of #F95A1B
Complementary color
Monochromatic Colors of #F95A1B
Black with #F95A1B
Text Example
Text Example
White with #F95A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95A1B; }
p { color: rgb(249,90,27); }
H1.HeaderClassName
{
color: #F95A1B;
}
.AnyTagClassName
{
color: #F95A1B;
}
</style>
background-color css
<style>
a { background-color: #F95A1B; }
a { background-color: rgb(249,90,27); }
div.DivClassName
{
background-color: #F95A1B;
}
.BgClassName
{
background-color: #F95A1B;
}
</style>
border-color css
<style>
span { border-color: #F95A1B; }
span { border-color: rgb(249,90,27); }
td.TdClassName
{
border-color: #F95A1B;
}
.TagClassName
{
border-color: #F95A1B;
}
</style>