Shades of Pumpkin #FF5C18
Tints of Pumpkin #FF5C18
RGB
CMYK
RGB Variations
Color information
#FF5C18 (or 0xFF5C18) is known color: Pumpkin. HEX triplet: FF, 5C and 18. RGB value is (255,92,24). Sum of RGB (Red+Green+Blue) = 255+92+24=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5C18 is #00A3E7. Grayscale: #858585. Windows color (decimal): -41960 or 1596671. OLE color: 1596671.
HSL color Cylindrical-coordinate representation of color #FF5C18: hue angle of 17.66º 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 #FF5C18 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 24 | - |
| CMYK | 0 | 0.64 | 0.91 | 0 |
| HSL | 17.66º | 1% | 0.55% | - |
| HSV(B) | 17.66º | 0.91% | 1% | - |
| XYZ | 45.23 | 28.98 | 4.07 | - |
| YUV | 132.99 | 66.5 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 24 | 0 | 0.64 | 0.91 | 0 | 17.66 | 1 | 0.55 |
| Hex | FF | 5C | 18 | 0 | 40 | 5B | 0 | 12 | 64 | 37 |
| Octal | 377 | 134 | 30 | 0 | 100 | 133 | 0 | 22 | 144 | 67 |
| Binary | 11111111 | 1011100 | 11000 | 0 | 1000000 | 1011011 | 0 | 10010 | 1100100 | 110111 |
Color Harmonies of #FF5C18
Complementary color
Monochromatic Colors of #FF5C18
Black with #FF5C18
Text Example
Text Example
White with #FF5C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5C18; }
p { color: rgb(255,92,24); }
H1.HeaderClassName
{
color: #FF5C18;
}
.AnyTagClassName
{
color: #FF5C18;
}
</style>
background-color css
<style>
a { background-color: #FF5C18; }
a { background-color: rgb(255,92,24); }
div.DivClassName
{
background-color: #FF5C18;
}
.BgClassName
{
background-color: #FF5C18;
}
</style>
border-color css
<style>
span { border-color: #FF5C18; }
span { border-color: rgb(255,92,24); }
td.TdClassName
{
border-color: #FF5C18;
}
.TagClassName
{
border-color: #FF5C18;
}
</style>