Shades of Pumpkin #FF7D27
Tints of Pumpkin #FF7D27
RGB
CMYK
RGB Variations
Color information
#FF7D27 (or 0xFF7D27) is known color: Pumpkin. HEX triplet: FF, 7D and 27. RGB value is (255,125,39). Sum of RGB (Red+Green+Blue) = 255+125+39=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 39 (15.62% from 255 or 9.31% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7D27 is #0082D8. Grayscale: #9A9A9A. Windows color (decimal): -33497 or 2588159. OLE color: 2588159.
HSL color Cylindrical-coordinate representation of color #FF7D27: hue angle of 23.89º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF7D27 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 39 | - |
| CMYK | 0 | 0.51 | 0.85 | 0 |
| HSL | 23.89º | 1% | 0.58% | - |
| HSV(B) | 23.89º | 0.85% | 1% | - |
| XYZ | 48.94 | 36.07 | 6.3 | - |
| YUV | 154.07 | 63.07 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 39 | 0 | 0.51 | 0.85 | 0 | 23.89 | 1 | 0.58 |
| Hex | FF | 7D | 27 | 0 | 33 | 55 | 0 | 18 | 64 | 3A |
| Octal | 377 | 175 | 47 | 0 | 63 | 125 | 0 | 30 | 144 | 72 |
| Binary | 11111111 | 1111101 | 100111 | 0 | 110011 | 1010101 | 0 | 11000 | 1100100 | 111010 |
Color Harmonies of #FF7D27
Complementary color
Monochromatic Colors of #FF7D27
Black with #FF7D27
Text Example
Text Example
White with #FF7D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D27; }
p { color: rgb(255,125,39); }
H1.HeaderClassName
{
color: #FF7D27;
}
.AnyTagClassName
{
color: #FF7D27;
}
</style>
background-color css
<style>
a { background-color: #FF7D27; }
a { background-color: rgb(255,125,39); }
div.DivClassName
{
background-color: #FF7D27;
}
.BgClassName
{
background-color: #FF7D27;
}
</style>
border-color css
<style>
span { border-color: #FF7D27; }
span { border-color: rgb(255,125,39); }
td.TdClassName
{
border-color: #FF7D27;
}
.TagClassName
{
border-color: #FF7D27;
}
</style>