Shades of Pumpkin #FF7727
Tints of Pumpkin #FF7727
RGB
CMYK
RGB Variations
Color information
#FF7727 (or 0xFF7727) is known color: Pumpkin. HEX triplet: FF, 77 and 27. RGB value is (255,119,39). Sum of RGB (Red+Green+Blue) = 255+119+39=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 39 (15.62% from 255 or 9.44% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7727 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7727 is #0088D8. Grayscale: #969696. Windows color (decimal): -35033 or 2586623. OLE color: 2586623.
HSL color Cylindrical-coordinate representation of color #FF7727: hue angle of 22.22º 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 #FF7727 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 39 | - |
| CMYK | 0 | 0.53 | 0.85 | 0 |
| HSL | 22.22º | 1% | 0.58% | - |
| HSV(B) | 22.22º | 0.85% | 1% | - |
| XYZ | 48.2 | 34.6 | 6.06 | - |
| YUV | 150.54 | 65.06 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 39 | 0 | 0.53 | 0.85 | 0 | 22.22 | 1 | 0.58 |
| Hex | FF | 77 | 27 | 0 | 35 | 55 | 0 | 16 | 64 | 3A |
| Octal | 377 | 167 | 47 | 0 | 65 | 125 | 0 | 26 | 144 | 72 |
| Binary | 11111111 | 1110111 | 100111 | 0 | 110101 | 1010101 | 0 | 10110 | 1100100 | 111010 |
Color Harmonies of #FF7727
Complementary color
Monochromatic Colors of #FF7727
Black with #FF7727
Text Example
Text Example
White with #FF7727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7727; }
p { color: rgb(255,119,39); }
H1.HeaderClassName
{
color: #FF7727;
}
.AnyTagClassName
{
color: #FF7727;
}
</style>
background-color css
<style>
a { background-color: #FF7727; }
a { background-color: rgb(255,119,39); }
div.DivClassName
{
background-color: #FF7727;
}
.BgClassName
{
background-color: #FF7727;
}
</style>
border-color css
<style>
span { border-color: #FF7727; }
span { border-color: rgb(255,119,39); }
td.TdClassName
{
border-color: #FF7727;
}
.TagClassName
{
border-color: #FF7727;
}
</style>