Shades of Pumpkin #FF5C1B
Tints of Pumpkin #FF5C1B
RGB
CMYK
RGB Variations
Color information
#FF5C1B (or 0xFF5C1B) is known color: Pumpkin. HEX triplet: FF, 5C and 1B. RGB value is (255,92,27). Sum of RGB (Red+Green+Blue) = 255+92+27=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 27 (10.94% from 255 or 7.22% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5C1B is #00A3E4. Grayscale: #858585. Windows color (decimal): -41957 or 1793279. OLE color: 1793279.
HSL color Cylindrical-coordinate representation of color #FF5C1B: hue angle of 17.11º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF5C1B is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 27 | - |
| CMYK | 0 | 0.64 | 0.89 | 0 |
| HSL | 17.11º | 1% | 0.55% | - |
| HSV(B) | 17.11º | 0.89% | 1% | - |
| XYZ | 45.26 | 28.99 | 4.25 | - |
| YUV | 133.33 | 68 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 27 | 0 | 0.64 | 0.89 | 0 | 17.11 | 1 | 0.55 |
| Hex | FF | 5C | 1B | 0 | 40 | 59 | 0 | 11 | 64 | 37 |
| Octal | 377 | 134 | 33 | 0 | 100 | 131 | 0 | 21 | 144 | 67 |
| Binary | 11111111 | 1011100 | 11011 | 0 | 1000000 | 1011001 | 0 | 10001 | 1100100 | 110111 |
Color Harmonies of #FF5C1B
Complementary color
Monochromatic Colors of #FF5C1B
Black with #FF5C1B
Text Example
Text Example
White with #FF5C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5C1B; }
p { color: rgb(255,92,27); }
H1.HeaderClassName
{
color: #FF5C1B;
}
.AnyTagClassName
{
color: #FF5C1B;
}
</style>
background-color css
<style>
a { background-color: #FF5C1B; }
a { background-color: rgb(255,92,27); }
div.DivClassName
{
background-color: #FF5C1B;
}
.BgClassName
{
background-color: #FF5C1B;
}
</style>
border-color css
<style>
span { border-color: #FF5C1B; }
span { border-color: rgb(255,92,27); }
td.TdClassName
{
border-color: #FF5C1B;
}
.TagClassName
{
border-color: #FF5C1B;
}
</style>