Shades of Pumpkin #FF6F13
Tints of Pumpkin #FF6F13
RGB
CMYK
RGB Variations
Color information
#FF6F13 (or 0xFF6F13) is known color: Pumpkin. HEX triplet: FF, 6F and 13. RGB value is (255,111,19). Sum of RGB (Red+Green+Blue) = 255+111+19=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6F13 is #0090EC. Grayscale: #909090. Windows color (decimal): -37101 or 1273855. OLE color: 1273855.
HSL color Cylindrical-coordinate representation of color #FF6F13: hue angle of 23.39º 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 #FF6F13 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 19 | - |
| CMYK | 0 | 0.56 | 0.93 | 0 |
| HSL | 23.39º | 1% | 0.54% | - |
| HSV(B) | 23.39º | 0.93% | 1% | - |
| XYZ | 47.04 | 32.68 | 4.44 | - |
| YUV | 143.57 | 57.71 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 19 | 0 | 0.56 | 0.93 | 0 | 23.39 | 1 | 0.54 |
| Hex | FF | 6F | 13 | 0 | 38 | 5D | 0 | 17 | 64 | 36 |
| Octal | 377 | 157 | 23 | 0 | 70 | 135 | 0 | 27 | 144 | 66 |
| Binary | 11111111 | 1101111 | 10011 | 0 | 111000 | 1011101 | 0 | 10111 | 1100100 | 110110 |
Color Harmonies of #FF6F13
Complementary color
Monochromatic Colors of #FF6F13
Black with #FF6F13
Text Example
Text Example
White with #FF6F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F13; }
p { color: rgb(255,111,19); }
H1.HeaderClassName
{
color: #FF6F13;
}
.AnyTagClassName
{
color: #FF6F13;
}
</style>
background-color css
<style>
a { background-color: #FF6F13; }
a { background-color: rgb(255,111,19); }
div.DivClassName
{
background-color: #FF6F13;
}
.BgClassName
{
background-color: #FF6F13;
}
</style>
border-color css
<style>
span { border-color: #FF6F13; }
span { border-color: rgb(255,111,19); }
td.TdClassName
{
border-color: #FF6F13;
}
.TagClassName
{
border-color: #FF6F13;
}
</style>