Shades of Pumpkin #FB6515
Tints of Pumpkin #FB6515
RGB
CMYK
RGB Variations
Color information
#FB6515 (or 0xFB6515) is known color: Pumpkin. HEX triplet: FB, 65 and 15. RGB value is (251,101,21). Sum of RGB (Red+Green+Blue) = 251+101+21=373 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.29% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 21 (8.59% from 255 or 5.63% from 373); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6515 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6515 is #049AEA. Grayscale: #898989. Windows color (decimal): -301803 or 1402363. OLE color: 1402363.
HSL color Cylindrical-coordinate representation of color #FB6515: hue angle of 20.87º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB6515 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 21 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.02 |
| HSL | 20.87º | 0.97% | 0.53% | - |
| HSV(B) | 20.87º | 0.92% | 0.98% | - |
| XYZ | 44.57 | 29.87 | 4.13 | - |
| YUV | 136.73 | 62.7 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 21 | 0 | 0.60 | 0.92 | 0.02 | 20.87 | 0.97 | 0.53 |
| Hex | FB | 65 | 15 | 0 | 3C | 5C | 2 | 15 | 61 | 35 |
| Octal | 373 | 145 | 25 | 0 | 74 | 134 | 2 | 25 | 141 | 65 |
| Binary | 11111011 | 1100101 | 10101 | 0 | 111100 | 1011100 | 10 | 10101 | 1100001 | 110101 |
Color Harmonies of #FB6515
Complementary color
Monochromatic Colors of #FB6515
Black with #FB6515
Text Example
Text Example
White with #FB6515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6515; }
p { color: rgb(251,101,21); }
H1.HeaderClassName
{
color: #FB6515;
}
.AnyTagClassName
{
color: #FB6515;
}
</style>
background-color css
<style>
a { background-color: #FB6515; }
a { background-color: rgb(251,101,21); }
div.DivClassName
{
background-color: #FB6515;
}
.BgClassName
{
background-color: #FB6515;
}
</style>
border-color css
<style>
span { border-color: #FB6515; }
span { border-color: rgb(251,101,21); }
td.TdClassName
{
border-color: #FB6515;
}
.TagClassName
{
border-color: #FB6515;
}
</style>