Shades of Pumpkin #FF7B27
Tints of Pumpkin #FF7B27
RGB
CMYK
RGB Variations
Color information
#FF7B27 (or 0xFF7B27) is known color: Pumpkin. HEX triplet: FF, 7B and 27. RGB value is (255,123,39). Sum of RGB (Red+Green+Blue) = 255+123+39=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 39 (15.62% from 255 or 9.35% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7B27 is #0084D8. Grayscale: #999999. Windows color (decimal): -34009 or 2587647. OLE color: 2587647.
HSL color Cylindrical-coordinate representation of color #FF7B27: hue angle of 23.33º 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 #FF7B27 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 39 | - |
| CMYK | 0 | 0.52 | 0.85 | 0 |
| HSL | 23.33º | 1% | 0.58% | - |
| HSV(B) | 23.33º | 0.85% | 1% | - |
| XYZ | 48.69 | 35.57 | 6.22 | - |
| YUV | 152.89 | 63.73 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 39 | 0 | 0.52 | 0.85 | 0 | 23.33 | 1 | 0.58 |
| Hex | FF | 7B | 27 | 0 | 34 | 55 | 0 | 17 | 64 | 3A |
| Octal | 377 | 173 | 47 | 0 | 64 | 125 | 0 | 27 | 144 | 72 |
| Binary | 11111111 | 1111011 | 100111 | 0 | 110100 | 1010101 | 0 | 10111 | 1100100 | 111010 |
Color Harmonies of #FF7B27
Complementary color
Monochromatic Colors of #FF7B27
Black with #FF7B27
Text Example
Text Example
White with #FF7B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B27; }
p { color: rgb(255,123,39); }
H1.HeaderClassName
{
color: #FF7B27;
}
.AnyTagClassName
{
color: #FF7B27;
}
</style>
background-color css
<style>
a { background-color: #FF7B27; }
a { background-color: rgb(255,123,39); }
div.DivClassName
{
background-color: #FF7B27;
}
.BgClassName
{
background-color: #FF7B27;
}
</style>
border-color css
<style>
span { border-color: #FF7B27; }
span { border-color: rgb(255,123,39); }
td.TdClassName
{
border-color: #FF7B27;
}
.TagClassName
{
border-color: #FF7B27;
}
</style>