Shades of Pumpkin #F5691C
Tints of Pumpkin #F5691C
RGB
CMYK
RGB Variations
Color information
#F5691C (or 0xF5691C) is known color: Pumpkin. HEX triplet: F5, 69 and 1C. RGB value is (245,105,28). Sum of RGB (Red+Green+Blue) = 245+105+28=378 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.81% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 245 - color contains mainly: red. Hex color #F5691C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5691C is #0A96E3. Grayscale: #8A8A8A. Windows color (decimal): -693988 or 1862133. OLE color: 1862133.
HSL color Cylindrical-coordinate representation of color #F5691C: hue angle of 21.29º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5691C is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 105 | 28 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.04 |
| HSL | 21.29º | 0.92% | 0.54% | - |
| HSV(B) | 21.29º | 0.89% | 0.96% | - |
| XYZ | 42.92 | 29.6 | 4.55 | - |
| YUV | 138.08 | 65.88 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 105 | 28 | 0 | 0.57 | 0.89 | 0.04 | 21.29 | 0.92 | 0.54 |
| Hex | F5 | 69 | 1C | 0 | 39 | 59 | 4 | 15 | 5C | 36 |
| Octal | 365 | 151 | 34 | 0 | 71 | 131 | 4 | 25 | 134 | 66 |
| Binary | 11110101 | 1101001 | 11100 | 0 | 111001 | 1011001 | 100 | 10101 | 1011100 | 110110 |
Color Harmonies of #F5691C
Complementary color
Monochromatic Colors of #F5691C
Black with #F5691C
Text Example
Text Example
White with #F5691C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5691C; }
p { color: rgb(245,105,28); }
H1.HeaderClassName
{
color: #F5691C;
}
.AnyTagClassName
{
color: #F5691C;
}
</style>
background-color css
<style>
a { background-color: #F5691C; }
a { background-color: rgb(245,105,28); }
div.DivClassName
{
background-color: #F5691C;
}
.BgClassName
{
background-color: #F5691C;
}
</style>
border-color css
<style>
span { border-color: #F5691C; }
span { border-color: rgb(245,105,28); }
td.TdClassName
{
border-color: #F5691C;
}
.TagClassName
{
border-color: #F5691C;
}
</style>