Shades of Pumpkin #FF730B
Tints of Pumpkin #FF730B
RGB
CMYK
RGB Variations
Color information
#FF730B (or 0xFF730B) is known color: Pumpkin. HEX triplet: FF, 73 and 0B. RGB value is (255,115,11). Sum of RGB (Red+Green+Blue) = 255+115+11=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF730B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF730B is #008CF4. Grayscale: #919191. Windows color (decimal): -36085 or 750591. OLE color: 750591.
HSL color Cylindrical-coordinate representation of color #FF730B: hue angle of 25.57º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF730B is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 11 | - |
| CMYK | 0 | 0.55 | 0.96 | 0 |
| HSL | 25.57º | 1% | 0.52% | - |
| HSV(B) | 25.57º | 0.96% | 1% | - |
| XYZ | 47.43 | 33.55 | 4.29 | - |
| YUV | 145 | 52.38 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 11 | 0 | 0.55 | 0.96 | 0 | 25.57 | 1 | 0.52 |
| Hex | FF | 73 | B | 0 | 37 | 60 | 0 | 1A | 64 | 34 |
| Octal | 377 | 163 | 13 | 0 | 67 | 140 | 0 | 32 | 144 | 64 |
| Binary | 11111111 | 1110011 | 1011 | 0 | 110111 | 1100000 | 0 | 11010 | 1100100 | 110100 |
Color Harmonies of #FF730B
Complementary color
Monochromatic Colors of #FF730B
Black with #FF730B
Text Example
Text Example
White with #FF730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF730B; }
p { color: rgb(255,115,11); }
H1.HeaderClassName
{
color: #FF730B;
}
.AnyTagClassName
{
color: #FF730B;
}
</style>
background-color css
<style>
a { background-color: #FF730B; }
a { background-color: rgb(255,115,11); }
div.DivClassName
{
background-color: #FF730B;
}
.BgClassName
{
background-color: #FF730B;
}
</style>
border-color css
<style>
span { border-color: #FF730B; }
span { border-color: rgb(255,115,11); }
td.TdClassName
{
border-color: #FF730B;
}
.TagClassName
{
border-color: #FF730B;
}
</style>