Shades of Pumpkin #FF6915
Tints of Pumpkin #FF6915
RGB
CMYK
RGB Variations
Color information
#FF6915 (or 0xFF6915) is known color: Pumpkin. HEX triplet: FF, 69 and 15. RGB value is (255,105,21). Sum of RGB (Red+Green+Blue) = 255+105+21=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 21 (8.59% from 255 or 5.51% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6915 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6915 is #0096EA. Grayscale: #8C8C8C. Windows color (decimal): -38635 or 1403391. OLE color: 1403391.
HSL color Cylindrical-coordinate representation of color #FF6915: hue angle of 21.54º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF6915 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 21 | - |
| CMYK | 0 | 0.59 | 0.92 | 0 |
| HSL | 21.54º | 1% | 0.54% | - |
| HSV(B) | 21.54º | 0.92% | 1% | - |
| XYZ | 46.43 | 31.42 | 4.33 | - |
| YUV | 140.27 | 60.7 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 21 | 0 | 0.59 | 0.92 | 0 | 21.54 | 1 | 0.54 |
| Hex | FF | 69 | 15 | 0 | 3B | 5C | 0 | 16 | 64 | 36 |
| Octal | 377 | 151 | 25 | 0 | 73 | 134 | 0 | 26 | 144 | 66 |
| Binary | 11111111 | 1101001 | 10101 | 0 | 111011 | 1011100 | 0 | 10110 | 1100100 | 110110 |
Color Harmonies of #FF6915
Complementary color
Monochromatic Colors of #FF6915
Black with #FF6915
Text Example
Text Example
White with #FF6915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6915; }
p { color: rgb(255,105,21); }
H1.HeaderClassName
{
color: #FF6915;
}
.AnyTagClassName
{
color: #FF6915;
}
</style>
background-color css
<style>
a { background-color: #FF6915; }
a { background-color: rgb(255,105,21); }
div.DivClassName
{
background-color: #FF6915;
}
.BgClassName
{
background-color: #FF6915;
}
</style>
border-color css
<style>
span { border-color: #FF6915; }
span { border-color: rgb(255,105,21); }
td.TdClassName
{
border-color: #FF6915;
}
.TagClassName
{
border-color: #FF6915;
}
</style>