Shades of Pumpkin #F36A1F
Tints of Pumpkin #F36A1F
RGB
CMYK
RGB Variations
Color information
#F36A1F (or 0xF36A1F) is known color: Pumpkin. HEX triplet: F3, 6A and 1F. RGB value is (243,106,31). Sum of RGB (Red+Green+Blue) = 243+106+31=380 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.95% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 31 (12.5% from 255 or 8.16% from 380); Max value from RGB is 243 - color contains mainly: red. Hex color #F36A1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F36A1F is #0C95E0. Grayscale: #8A8A8A. Windows color (decimal): -824801 or 2058995. OLE color: 2058995.
HSL color Cylindrical-coordinate representation of color #F36A1F: hue angle of 21.23º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F36A1F is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 106 | 31 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.05 |
| HSL | 21.23º | 0.9% | 0.54% | - |
| HSV(B) | 21.23º | 0.87% | 0.95% | - |
| XYZ | 42.36 | 29.46 | 4.75 | - |
| YUV | 138.41 | 67.39 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 106 | 31 | 0 | 0.56 | 0.87 | 0.05 | 21.23 | 0.9 | 0.54 |
| Hex | F3 | 6A | 1F | 0 | 38 | 57 | 5 | 15 | 5A | 36 |
| Octal | 363 | 152 | 37 | 0 | 70 | 127 | 5 | 25 | 132 | 66 |
| Binary | 11110011 | 1101010 | 11111 | 0 | 111000 | 1010111 | 101 | 10101 | 1011010 | 110110 |
Color Harmonies of #F36A1F
Complementary color
Monochromatic Colors of #F36A1F
Black with #F36A1F
Text Example
Text Example
White with #F36A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36A1F; }
p { color: rgb(243,106,31); }
H1.HeaderClassName
{
color: #F36A1F;
}
.AnyTagClassName
{
color: #F36A1F;
}
</style>
background-color css
<style>
a { background-color: #F36A1F; }
a { background-color: rgb(243,106,31); }
div.DivClassName
{
background-color: #F36A1F;
}
.BgClassName
{
background-color: #F36A1F;
}
</style>
border-color css
<style>
span { border-color: #F36A1F; }
span { border-color: rgb(243,106,31); }
td.TdClassName
{
border-color: #F36A1F;
}
.TagClassName
{
border-color: #F36A1F;
}
</style>