Shades of Pumpkin #FF6318
Tints of Pumpkin #FF6318
RGB
CMYK
RGB Variations
Color information
#FF6318 (or 0xFF6318) is known color: Pumpkin. HEX triplet: FF, 63 and 18. RGB value is (255,99,24). Sum of RGB (Red+Green+Blue) = 255+99+24=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 24 (9.77% from 255 or 6.35% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6318 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6318 is #009CE7. Grayscale: #898989. Windows color (decimal): -40168 or 1598463. OLE color: 1598463.
HSL color Cylindrical-coordinate representation of color #FF6318: hue angle of 19.48º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF6318 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 24 | - |
| CMYK | 0 | 0.61 | 0.91 | 0 |
| HSL | 19.48º | 1% | 0.55% | - |
| HSV(B) | 19.48º | 0.91% | 1% | - |
| XYZ | 45.87 | 30.25 | 4.29 | - |
| YUV | 137.09 | 64.18 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 24 | 0 | 0.61 | 0.91 | 0 | 19.48 | 1 | 0.55 |
| Hex | FF | 63 | 18 | 0 | 3D | 5B | 0 | 13 | 64 | 37 |
| Octal | 377 | 143 | 30 | 0 | 75 | 133 | 0 | 23 | 144 | 67 |
| Binary | 11111111 | 1100011 | 11000 | 0 | 111101 | 1011011 | 0 | 10011 | 1100100 | 110111 |
Color Harmonies of #FF6318
Complementary color
Monochromatic Colors of #FF6318
Black with #FF6318
Text Example
Text Example
White with #FF6318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6318; }
p { color: rgb(255,99,24); }
H1.HeaderClassName
{
color: #FF6318;
}
.AnyTagClassName
{
color: #FF6318;
}
</style>
background-color css
<style>
a { background-color: #FF6318; }
a { background-color: rgb(255,99,24); }
div.DivClassName
{
background-color: #FF6318;
}
.BgClassName
{
background-color: #FF6318;
}
</style>
border-color css
<style>
span { border-color: #FF6318; }
span { border-color: rgb(255,99,24); }
td.TdClassName
{
border-color: #FF6318;
}
.TagClassName
{
border-color: #FF6318;
}
</style>