Shades of Pumpkin #FF6313
Tints of Pumpkin #FF6313
RGB
CMYK
RGB Variations
Color information
#FF6313 (or 0xFF6313) is known color: Pumpkin. HEX triplet: FF, 63 and 13. RGB value is (255,99,19). Sum of RGB (Red+Green+Blue) = 255+99+19=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 19 (7.81% from 255 or 5.09% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6313 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6313 is #009CEC. Grayscale: #898989. Windows color (decimal): -40173 or 1270783. OLE color: 1270783.
HSL color Cylindrical-coordinate representation of color #FF6313: hue angle of 20.34º 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 #FF6313 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 19 | - |
| CMYK | 0 | 0.61 | 0.93 | 0 |
| HSL | 20.34º | 1% | 0.54% | - |
| HSV(B) | 20.34º | 0.93% | 1% | - |
| XYZ | 45.82 | 30.23 | 4.04 | - |
| YUV | 136.52 | 61.68 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 19 | 0 | 0.61 | 0.93 | 0 | 20.34 | 1 | 0.54 |
| Hex | FF | 63 | 13 | 0 | 3D | 5D | 0 | 14 | 64 | 36 |
| Octal | 377 | 143 | 23 | 0 | 75 | 135 | 0 | 24 | 144 | 66 |
| Binary | 11111111 | 1100011 | 10011 | 0 | 111101 | 1011101 | 0 | 10100 | 1100100 | 110110 |
Color Harmonies of #FF6313
Complementary color
Monochromatic Colors of #FF6313
Black with #FF6313
Text Example
Text Example
White with #FF6313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6313; }
p { color: rgb(255,99,19); }
H1.HeaderClassName
{
color: #FF6313;
}
.AnyTagClassName
{
color: #FF6313;
}
</style>
background-color css
<style>
a { background-color: #FF6313; }
a { background-color: rgb(255,99,19); }
div.DivClassName
{
background-color: #FF6313;
}
.BgClassName
{
background-color: #FF6313;
}
</style>
border-color css
<style>
span { border-color: #FF6313; }
span { border-color: rgb(255,99,19); }
td.TdClassName
{
border-color: #FF6313;
}
.TagClassName
{
border-color: #FF6313;
}
</style>