Shades of Pumpkin #F9851A
Tints of Pumpkin #F9851A
RGB
CMYK
RGB Variations
Color information
#F9851A (or 0xF9851A) is known color: Pumpkin. HEX triplet: F9, 85 and 1A. RGB value is (249,133,26). Sum of RGB (Red+Green+Blue) = 249+133+26=408 (54% of max value = 765). Red value is 249 (97.66% from 255 or 61.03% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 26 (10.55% from 255 or 6.37% from 408); Max value from RGB is 249 - color contains mainly: red. Hex color #F9851A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9851A is #067AE5. Grayscale: #9C9C9C. Windows color (decimal): -424678 or 1738233. OLE color: 1738233.
HSL color Cylindrical-coordinate representation of color #F9851A: hue angle of 28.79º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9851A is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 133 | 26 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.02 |
| HSL | 28.79º | 0.95% | 0.54% | - |
| HSV(B) | 28.79º | 0.9% | 0.98% | - |
| XYZ | 47.64 | 36.99 | 5.61 | - |
| YUV | 155.49 | 54.93 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 133 | 26 | 0 | 0.47 | 0.90 | 0.02 | 28.79 | 0.95 | 0.54 |
| Hex | F9 | 85 | 1A | 0 | 2F | 5A | 2 | 1D | 5F | 36 |
| Octal | 371 | 205 | 32 | 0 | 57 | 132 | 2 | 35 | 137 | 66 |
| Binary | 11111001 | 10000101 | 11010 | 0 | 101111 | 1011010 | 10 | 11101 | 1011111 | 110110 |
Color Harmonies of #F9851A
Complementary color
Monochromatic Colors of #F9851A
Black with #F9851A
Text Example
Text Example
White with #F9851A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9851A; }
p { color: rgb(249,133,26); }
H1.HeaderClassName
{
color: #F9851A;
}
.AnyTagClassName
{
color: #F9851A;
}
</style>
background-color css
<style>
a { background-color: #F9851A; }
a { background-color: rgb(249,133,26); }
div.DivClassName
{
background-color: #F9851A;
}
.BgClassName
{
background-color: #F9851A;
}
</style>
border-color css
<style>
span { border-color: #F9851A; }
span { border-color: rgb(249,133,26); }
td.TdClassName
{
border-color: #F9851A;
}
.TagClassName
{
border-color: #F9851A;
}
</style>