Shades of Pumpkin #FF751B
Tints of Pumpkin #FF751B
RGB
CMYK
RGB Variations
Color information
#FF751B (or 0xFF751B) is known color: Pumpkin. HEX triplet: FF, 75 and 1B. RGB value is (255,117,27). Sum of RGB (Red+Green+Blue) = 255+117+27=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 27 (10.94% from 255 or 6.77% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF751B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF751B is #008AE4. Grayscale: #949494. Windows color (decimal): -35557 or 1799679. OLE color: 1799679.
HSL color Cylindrical-coordinate representation of color #FF751B: hue angle of 23.68º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF751B is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 27 | - |
| CMYK | 0 | 0.54 | 0.89 | 0 |
| HSL | 23.68º | 1% | 0.55% | - |
| HSV(B) | 23.68º | 0.89% | 1% | - |
| XYZ | 47.8 | 34.06 | 5.09 | - |
| YUV | 148 | 59.72 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 27 | 0 | 0.54 | 0.89 | 0 | 23.68 | 1 | 0.55 |
| Hex | FF | 75 | 1B | 0 | 36 | 59 | 0 | 18 | 64 | 37 |
| Octal | 377 | 165 | 33 | 0 | 66 | 131 | 0 | 30 | 144 | 67 |
| Binary | 11111111 | 1110101 | 11011 | 0 | 110110 | 1011001 | 0 | 11000 | 1100100 | 110111 |
Color Harmonies of #FF751B
Complementary color
Monochromatic Colors of #FF751B
Black with #FF751B
Text Example
Text Example
White with #FF751B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF751B; }
p { color: rgb(255,117,27); }
H1.HeaderClassName
{
color: #FF751B;
}
.AnyTagClassName
{
color: #FF751B;
}
</style>
background-color css
<style>
a { background-color: #FF751B; }
a { background-color: rgb(255,117,27); }
div.DivClassName
{
background-color: #FF751B;
}
.BgClassName
{
background-color: #FF751B;
}
</style>
border-color css
<style>
span { border-color: #FF751B; }
span { border-color: rgb(255,117,27); }
td.TdClassName
{
border-color: #FF751B;
}
.TagClassName
{
border-color: #FF751B;
}
</style>