Shades of Pumpkin #FF6713
Tints of Pumpkin #FF6713
RGB
CMYK
RGB Variations
Color information
#FF6713 (or 0xFF6713) is known color: Pumpkin. HEX triplet: FF, 67 and 13. RGB value is (255,103,19). Sum of RGB (Red+Green+Blue) = 255+103+19=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 19 (7.81% from 255 or 5.04% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6713 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6713 is #0098EC. Grayscale: #8B8B8B. Windows color (decimal): -39149 or 1271807. OLE color: 1271807.
HSL color Cylindrical-coordinate representation of color #FF6713: hue angle of 21.36º 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 #FF6713 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 19 | - |
| CMYK | 0 | 0.60 | 0.93 | 0 |
| HSL | 21.36º | 1% | 0.54% | - |
| HSV(B) | 21.36º | 0.93% | 1% | - |
| XYZ | 46.21 | 31.01 | 4.17 | - |
| YUV | 138.87 | 60.36 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 19 | 0 | 0.60 | 0.93 | 0 | 21.36 | 1 | 0.54 |
| Hex | FF | 67 | 13 | 0 | 3C | 5D | 0 | 15 | 64 | 36 |
| Octal | 377 | 147 | 23 | 0 | 74 | 135 | 0 | 25 | 144 | 66 |
| Binary | 11111111 | 1100111 | 10011 | 0 | 111100 | 1011101 | 0 | 10101 | 1100100 | 110110 |
Color Harmonies of #FF6713
Complementary color
Monochromatic Colors of #FF6713
Black with #FF6713
Text Example
Text Example
White with #FF6713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6713; }
p { color: rgb(255,103,19); }
H1.HeaderClassName
{
color: #FF6713;
}
.AnyTagClassName
{
color: #FF6713;
}
</style>
background-color css
<style>
a { background-color: #FF6713; }
a { background-color: rgb(255,103,19); }
div.DivClassName
{
background-color: #FF6713;
}
.BgClassName
{
background-color: #FF6713;
}
</style>
border-color css
<style>
span { border-color: #FF6713; }
span { border-color: rgb(255,103,19); }
td.TdClassName
{
border-color: #FF6713;
}
.TagClassName
{
border-color: #FF6713;
}
</style>