Shades of Pumpkin #FB710D
Tints of Pumpkin #FB710D
RGB
CMYK
RGB Variations
Color information
#FB710D (or 0xFB710D) is known color: Pumpkin. HEX triplet: FB, 71 and 0D. RGB value is (251,113,13). Sum of RGB (Red+Green+Blue) = 251+113+13=377 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.58% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 251 - color contains mainly: red. Hex color #FB710D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB710D is #048EF2. Grayscale: #8F8F8F. Windows color (decimal): -298739 or 881147. OLE color: 881147.
HSL color Cylindrical-coordinate representation of color #FB710D: hue angle of 25.21º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB710D is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 113 | 13 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.02 |
| HSL | 25.21º | 0.97% | 0.52% | - |
| HSV(B) | 25.21º | 0.95% | 0.98% | - |
| XYZ | 45.76 | 32.35 | 4.21 | - |
| YUV | 142.86 | 54.72 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 113 | 13 | 0 | 0.55 | 0.95 | 0.02 | 25.21 | 0.97 | 0.52 |
| Hex | FB | 71 | D | 0 | 37 | 5F | 2 | 19 | 61 | 34 |
| Octal | 373 | 161 | 15 | 0 | 67 | 137 | 2 | 31 | 141 | 64 |
| Binary | 11111011 | 1110001 | 1101 | 0 | 110111 | 1011111 | 10 | 11001 | 1100001 | 110100 |
Color Harmonies of #FB710D
Complementary color
Monochromatic Colors of #FB710D
Black with #FB710D
Text Example
Text Example
White with #FB710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB710D; }
p { color: rgb(251,113,13); }
H1.HeaderClassName
{
color: #FB710D;
}
.AnyTagClassName
{
color: #FB710D;
}
</style>
background-color css
<style>
a { background-color: #FB710D; }
a { background-color: rgb(251,113,13); }
div.DivClassName
{
background-color: #FB710D;
}
.BgClassName
{
background-color: #FB710D;
}
</style>
border-color css
<style>
span { border-color: #FB710D; }
span { border-color: rgb(251,113,13); }
td.TdClassName
{
border-color: #FB710D;
}
.TagClassName
{
border-color: #FB710D;
}
</style>