Shades of Pumpkin #F37D1F
Tints of Pumpkin #F37D1F
RGB
CMYK
RGB Variations
Color information
#F37D1F (or 0xF37D1F) is known color: Pumpkin. HEX triplet: F3, 7D and 1F. RGB value is (243,125,31). Sum of RGB (Red+Green+Blue) = 243+125+31=399 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.90% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 31 (12.5% from 255 or 7.77% from 399); Max value from RGB is 243 - color contains mainly: red. Hex color #F37D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F37D1F is #0C82E0. Grayscale: #969696. Windows color (decimal): -819937 or 2063859. OLE color: 2063859.
HSL color Cylindrical-coordinate representation of color #F37D1F: hue angle of 26.6º 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 #F37D1F is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 125 | 31 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.05 |
| HSL | 26.6º | 0.9% | 0.54% | - |
| HSV(B) | 26.6º | 0.87% | 0.95% | - |
| XYZ | 44.54 | 33.82 | 5.48 | - |
| YUV | 149.57 | 61.09 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 125 | 31 | 0 | 0.49 | 0.87 | 0.05 | 26.6 | 0.9 | 0.54 |
| Hex | F3 | 7D | 1F | 0 | 31 | 57 | 5 | 1B | 5A | 36 |
| Octal | 363 | 175 | 37 | 0 | 61 | 127 | 5 | 33 | 132 | 66 |
| Binary | 11110011 | 1111101 | 11111 | 0 | 110001 | 1010111 | 101 | 11011 | 1011010 | 110110 |
Color Harmonies of #F37D1F
Complementary color
Monochromatic Colors of #F37D1F
Black with #F37D1F
Text Example
Text Example
White with #F37D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37D1F; }
p { color: rgb(243,125,31); }
H1.HeaderClassName
{
color: #F37D1F;
}
.AnyTagClassName
{
color: #F37D1F;
}
</style>
background-color css
<style>
a { background-color: #F37D1F; }
a { background-color: rgb(243,125,31); }
div.DivClassName
{
background-color: #F37D1F;
}
.BgClassName
{
background-color: #F37D1F;
}
</style>
border-color css
<style>
span { border-color: #F37D1F; }
span { border-color: rgb(243,125,31); }
td.TdClassName
{
border-color: #F37D1F;
}
.TagClassName
{
border-color: #F37D1F;
}
</style>