Shades of Pumpkin #FF740F
Tints of Pumpkin #FF740F
RGB
CMYK
RGB Variations
Color information
#FF740F (or 0xFF740F) is known color: Pumpkin. HEX triplet: FF, 74 and 0F. RGB value is (255,116,15). Sum of RGB (Red+Green+Blue) = 255+116+15=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 15 (6.25% from 255 or 3.89% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF740F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF740F is #008BF0. Grayscale: #929292. Windows color (decimal): -35825 or 1012991. OLE color: 1012991.
HSL color Cylindrical-coordinate representation of color #FF740F: hue angle of 25.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF740F is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 15 | - |
| CMYK | 0 | 0.55 | 0.94 | 0 |
| HSL | 25.25º | 1% | 0.53% | - |
| HSV(B) | 25.25º | 0.94% | 1% | - |
| XYZ | 47.57 | 33.79 | 4.47 | - |
| YUV | 146.05 | 54.05 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 15 | 0 | 0.55 | 0.94 | 0 | 25.25 | 1 | 0.53 |
| Hex | FF | 74 | F | 0 | 37 | 5E | 0 | 19 | 64 | 35 |
| Octal | 377 | 164 | 17 | 0 | 67 | 136 | 0 | 31 | 144 | 65 |
| Binary | 11111111 | 1110100 | 1111 | 0 | 110111 | 1011110 | 0 | 11001 | 1100100 | 110101 |
Color Harmonies of #FF740F
Complementary color
Monochromatic Colors of #FF740F
Black with #FF740F
Text Example
Text Example
White with #FF740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF740F; }
p { color: rgb(255,116,15); }
H1.HeaderClassName
{
color: #FF740F;
}
.AnyTagClassName
{
color: #FF740F;
}
</style>
background-color css
<style>
a { background-color: #FF740F; }
a { background-color: rgb(255,116,15); }
div.DivClassName
{
background-color: #FF740F;
}
.BgClassName
{
background-color: #FF740F;
}
</style>
border-color css
<style>
span { border-color: #FF740F; }
span { border-color: rgb(255,116,15); }
td.TdClassName
{
border-color: #FF740F;
}
.TagClassName
{
border-color: #FF740F;
}
</style>