Shades of Pumpkin #F45D1B
Tints of Pumpkin #F45D1B
RGB
CMYK
RGB Variations
Color information
#F45D1B (or 0xF45D1B) is known color: Pumpkin. HEX triplet: F4, 5D and 1B. RGB value is (244,93,27). Sum of RGB (Red+Green+Blue) = 244+93+27=364 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.03% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45D1B is #0BA2E4. Grayscale: #838383. Windows color (decimal): -762597 or 1793524. OLE color: 1793524.
HSL color Cylindrical-coordinate representation of color #F45D1B: hue angle of 18.25º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F45D1B is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 93 | 27 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.04 |
| HSL | 18.25º | 0.91% | 0.53% | - |
| HSV(B) | 18.25º | 0.89% | 0.96% | - |
| XYZ | 41.42 | 27.14 | 4.09 | - |
| YUV | 130.63 | 69.53 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 93 | 27 | 0 | 0.62 | 0.89 | 0.04 | 18.25 | 0.91 | 0.53 |
| Hex | F4 | 5D | 1B | 0 | 3E | 59 | 4 | 12 | 5B | 35 |
| Octal | 364 | 135 | 33 | 0 | 76 | 131 | 4 | 22 | 133 | 65 |
| Binary | 11110100 | 1011101 | 11011 | 0 | 111110 | 1011001 | 100 | 10010 | 1011011 | 110101 |
Color Harmonies of #F45D1B
Complementary color
Monochromatic Colors of #F45D1B
Black with #F45D1B
Text Example
Text Example
White with #F45D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45D1B; }
p { color: rgb(244,93,27); }
H1.HeaderClassName
{
color: #F45D1B;
}
.AnyTagClassName
{
color: #F45D1B;
}
</style>
background-color css
<style>
a { background-color: #F45D1B; }
a { background-color: rgb(244,93,27); }
div.DivClassName
{
background-color: #F45D1B;
}
.BgClassName
{
background-color: #F45D1B;
}
</style>
border-color css
<style>
span { border-color: #F45D1B; }
span { border-color: rgb(244,93,27); }
td.TdClassName
{
border-color: #F45D1B;
}
.TagClassName
{
border-color: #F45D1B;
}
</style>