Shades of Pumpkin #F5700B
Tints of Pumpkin #F5700B
RGB
CMYK
RGB Variations
Color information
#F5700B (or 0xF5700B) is known color: Pumpkin. HEX triplet: F5, 70 and 0B. RGB value is (245,112,11). Sum of RGB (Red+Green+Blue) = 245+112+11=368 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.58% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 11 (4.69% from 255 or 2.99% from 368); Max value from RGB is 245 - color contains mainly: red. Hex color #F5700B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5700B is #0A8FF4. Grayscale: #8C8C8C. Windows color (decimal): -692213 or 749813. OLE color: 749813.
HSL color Cylindrical-coordinate representation of color #F5700B: hue angle of 25.9º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5700B is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 112 | 11 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.04 |
| HSL | 25.9º | 0.92% | 0.5% | - |
| HSV(B) | 25.9º | 0.96% | 0.96% | - |
| XYZ | 43.51 | 31.02 | 4.01 | - |
| YUV | 140.25 | 55.06 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 112 | 11 | 0 | 0.54 | 0.96 | 0.04 | 25.9 | 0.92 | 0.5 |
| Hex | F5 | 70 | B | 0 | 36 | 60 | 4 | 1A | 5C | 32 |
| Octal | 365 | 160 | 13 | 0 | 66 | 140 | 4 | 32 | 134 | 62 |
| Binary | 11110101 | 1110000 | 1011 | 0 | 110110 | 1100000 | 100 | 11010 | 1011100 | 110010 |
Color Harmonies of #F5700B
Complementary color
Monochromatic Colors of #F5700B
Black with #F5700B
Text Example
Text Example
White with #F5700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5700B; }
p { color: rgb(245,112,11); }
H1.HeaderClassName
{
color: #F5700B;
}
.AnyTagClassName
{
color: #F5700B;
}
</style>
background-color css
<style>
a { background-color: #F5700B; }
a { background-color: rgb(245,112,11); }
div.DivClassName
{
background-color: #F5700B;
}
.BgClassName
{
background-color: #F5700B;
}
</style>
border-color css
<style>
span { border-color: #F5700B; }
span { border-color: rgb(245,112,11); }
td.TdClassName
{
border-color: #F5700B;
}
.TagClassName
{
border-color: #F5700B;
}
</style>