Shades of Pumpkin #FF7712
Tints of Pumpkin #FF7712
RGB
CMYK
RGB Variations
Color information
#FF7712 (or 0xFF7712) is known color: Pumpkin. HEX triplet: FF, 77 and 12. RGB value is (255,119,18). Sum of RGB (Red+Green+Blue) = 255+119+18=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 18 (7.42% from 255 or 4.59% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7712 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7712 is #0088ED. Grayscale: #949494. Windows color (decimal): -35054 or 1210367. OLE color: 1210367.
HSL color Cylindrical-coordinate representation of color #FF7712: hue angle of 25.57º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF7712 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 18 | - |
| CMYK | 0 | 0.53 | 0.93 | 0 |
| HSL | 25.57º | 1% | 0.54% | - |
| HSV(B) | 25.57º | 0.93% | 1% | - |
| XYZ | 47.95 | 34.5 | 4.7 | - |
| YUV | 148.15 | 54.56 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 18 | 0 | 0.53 | 0.93 | 0 | 25.57 | 1 | 0.54 |
| Hex | FF | 77 | 12 | 0 | 35 | 5D | 0 | 1A | 64 | 36 |
| Octal | 377 | 167 | 22 | 0 | 65 | 135 | 0 | 32 | 144 | 66 |
| Binary | 11111111 | 1110111 | 10010 | 0 | 110101 | 1011101 | 0 | 11010 | 1100100 | 110110 |
Color Harmonies of #FF7712
Complementary color
Monochromatic Colors of #FF7712
Black with #FF7712
Text Example
Text Example
White with #FF7712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7712; }
p { color: rgb(255,119,18); }
H1.HeaderClassName
{
color: #FF7712;
}
.AnyTagClassName
{
color: #FF7712;
}
</style>
background-color css
<style>
a { background-color: #FF7712; }
a { background-color: rgb(255,119,18); }
div.DivClassName
{
background-color: #FF7712;
}
.BgClassName
{
background-color: #FF7712;
}
</style>
border-color css
<style>
span { border-color: #FF7712; }
span { border-color: rgb(255,119,18); }
td.TdClassName
{
border-color: #FF7712;
}
.TagClassName
{
border-color: #FF7712;
}
</style>