Shades of Pumpkin #F07323
Tints of Pumpkin #F07323
RGB
CMYK
RGB Variations
Color information
#F07323 (or 0xF07323) is known color: Pumpkin. HEX triplet: F0, 73 and 23. RGB value is (240,115,35). Sum of RGB (Red+Green+Blue) = 240+115+35=390 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.54% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 35 (14.06% from 255 or 8.97% from 390); Max value from RGB is 240 - color contains mainly: red. Hex color #F07323 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07323 is #0F8CDC. Grayscale: #8F8F8F. Windows color (decimal): -1019101 or 2323440. OLE color: 2323440.
HSL color Cylindrical-coordinate representation of color #F07323: hue angle of 23.41º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F07323 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 35 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.06 |
| HSL | 23.41º | 0.87% | 0.54% | - |
| HSV(B) | 23.41º | 0.85% | 0.94% | - |
| XYZ | 42.37 | 30.91 | 5.32 | - |
| YUV | 143.26 | 66.91 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 35 | 0 | 0.52 | 0.85 | 0.06 | 23.41 | 0.87 | 0.54 |
| Hex | F0 | 73 | 23 | 0 | 34 | 55 | 6 | 17 | 57 | 36 |
| Octal | 360 | 163 | 43 | 0 | 64 | 125 | 6 | 27 | 127 | 66 |
| Binary | 11110000 | 1110011 | 100011 | 0 | 110100 | 1010101 | 110 | 10111 | 1010111 | 110110 |
Color Harmonies of #F07323
Complementary color
Monochromatic Colors of #F07323
Black with #F07323
Text Example
Text Example
White with #F07323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07323; }
p { color: rgb(240,115,35); }
H1.HeaderClassName
{
color: #F07323;
}
.AnyTagClassName
{
color: #F07323;
}
</style>
background-color css
<style>
a { background-color: #F07323; }
a { background-color: rgb(240,115,35); }
div.DivClassName
{
background-color: #F07323;
}
.BgClassName
{
background-color: #F07323;
}
</style>
border-color css
<style>
span { border-color: #F07323; }
span { border-color: rgb(240,115,35); }
td.TdClassName
{
border-color: #F07323;
}
.TagClassName
{
border-color: #F07323;
}
</style>