Shades of Pumpkin #FF6316
Tints of Pumpkin #FF6316
RGB
CMYK
RGB Variations
Color information
#FF6316 (or 0xFF6316) is known color: Pumpkin. HEX triplet: FF, 63 and 16. RGB value is (255,99,22). Sum of RGB (Red+Green+Blue) = 255+99+22=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6316 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6316 is #009CE9. Grayscale: #898989. Windows color (decimal): -40170 or 1467391. OLE color: 1467391.
HSL color Cylindrical-coordinate representation of color #FF6316: hue angle of 19.83º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF6316 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 22 | - |
| CMYK | 0 | 0.61 | 0.91 | 0 |
| HSL | 19.83º | 1% | 0.54% | - |
| HSV(B) | 19.83º | 0.91% | 1% | - |
| XYZ | 45.85 | 30.24 | 4.18 | - |
| YUV | 136.87 | 63.18 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 22 | 0 | 0.61 | 0.91 | 0 | 19.83 | 1 | 0.54 |
| Hex | FF | 63 | 16 | 0 | 3D | 5B | 0 | 14 | 64 | 36 |
| Octal | 377 | 143 | 26 | 0 | 75 | 133 | 0 | 24 | 144 | 66 |
| Binary | 11111111 | 1100011 | 10110 | 0 | 111101 | 1011011 | 0 | 10100 | 1100100 | 110110 |
Color Harmonies of #FF6316
Complementary color
Monochromatic Colors of #FF6316
Black with #FF6316
Text Example
Text Example
White with #FF6316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6316; }
p { color: rgb(255,99,22); }
H1.HeaderClassName
{
color: #FF6316;
}
.AnyTagClassName
{
color: #FF6316;
}
</style>
background-color css
<style>
a { background-color: #FF6316; }
a { background-color: rgb(255,99,22); }
div.DivClassName
{
background-color: #FF6316;
}
.BgClassName
{
background-color: #FF6316;
}
</style>
border-color css
<style>
span { border-color: #FF6316; }
span { border-color: rgb(255,99,22); }
td.TdClassName
{
border-color: #FF6316;
}
.TagClassName
{
border-color: #FF6316;
}
</style>