Shades of Pumpkin #FF7B13
Tints of Pumpkin #FF7B13
RGB
CMYK
RGB Variations
Color information
#FF7B13 (or 0xFF7B13) is known color: Pumpkin. HEX triplet: FF, 7B and 13. RGB value is (255,123,19). Sum of RGB (Red+Green+Blue) = 255+123+19=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 19 (7.81% from 255 or 4.79% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7B13 is #0084EC. Grayscale: #979797. Windows color (decimal): -34029 or 1276927. OLE color: 1276927.
HSL color Cylindrical-coordinate representation of color #FF7B13: hue angle of 26.44º 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 #FF7B13 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 19 | - |
| CMYK | 0 | 0.52 | 0.93 | 0 |
| HSL | 26.44º | 1% | 0.54% | - |
| HSV(B) | 26.44º | 0.93% | 1% | - |
| XYZ | 48.44 | 35.47 | 4.91 | - |
| YUV | 150.61 | 53.73 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 19 | 0 | 0.52 | 0.93 | 0 | 26.44 | 1 | 0.54 |
| Hex | FF | 7B | 13 | 0 | 34 | 5D | 0 | 1A | 64 | 36 |
| Octal | 377 | 173 | 23 | 0 | 64 | 135 | 0 | 32 | 144 | 66 |
| Binary | 11111111 | 1111011 | 10011 | 0 | 110100 | 1011101 | 0 | 11010 | 1100100 | 110110 |
Color Harmonies of #FF7B13
Complementary color
Monochromatic Colors of #FF7B13
Black with #FF7B13
Text Example
Text Example
White with #FF7B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B13; }
p { color: rgb(255,123,19); }
H1.HeaderClassName
{
color: #FF7B13;
}
.AnyTagClassName
{
color: #FF7B13;
}
</style>
background-color css
<style>
a { background-color: #FF7B13; }
a { background-color: rgb(255,123,19); }
div.DivClassName
{
background-color: #FF7B13;
}
.BgClassName
{
background-color: #FF7B13;
}
</style>
border-color css
<style>
span { border-color: #FF7B13; }
span { border-color: rgb(255,123,19); }
td.TdClassName
{
border-color: #FF7B13;
}
.TagClassName
{
border-color: #FF7B13;
}
</style>