Shades of Pumpkin #FF5B1A
Tints of Pumpkin #FF5B1A
RGB
CMYK
RGB Variations
Color information
#FF5B1A (or 0xFF5B1A) is known color: Pumpkin. HEX triplet: FF, 5B and 1A. RGB value is (255,91,26). Sum of RGB (Red+Green+Blue) = 255+91+26=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 26 (10.55% from 255 or 6.99% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5B1A is #00A4E5. Grayscale: #858585. Windows color (decimal): -42214 or 1727487. OLE color: 1727487.
HSL color Cylindrical-coordinate representation of color #FF5B1A: hue angle of 17.03º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF5B1A is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 26 | - |
| CMYK | 0 | 0.64 | 0.90 | 0 |
| HSL | 17.03º | 1% | 0.55% | - |
| HSV(B) | 17.03º | 0.9% | 1% | - |
| XYZ | 45.17 | 28.82 | 4.16 | - |
| YUV | 132.63 | 67.83 | 215.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 26 | 0 | 0.64 | 0.90 | 0 | 17.03 | 1 | 0.55 |
| Hex | FF | 5B | 1A | 0 | 40 | 5A | 0 | 11 | 64 | 37 |
| Octal | 377 | 133 | 32 | 0 | 100 | 132 | 0 | 21 | 144 | 67 |
| Binary | 11111111 | 1011011 | 11010 | 0 | 1000000 | 1011010 | 0 | 10001 | 1100100 | 110111 |
Color Harmonies of #FF5B1A
Complementary color
Monochromatic Colors of #FF5B1A
Black with #FF5B1A
Text Example
Text Example
White with #FF5B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5B1A; }
p { color: rgb(255,91,26); }
H1.HeaderClassName
{
color: #FF5B1A;
}
.AnyTagClassName
{
color: #FF5B1A;
}
</style>
background-color css
<style>
a { background-color: #FF5B1A; }
a { background-color: rgb(255,91,26); }
div.DivClassName
{
background-color: #FF5B1A;
}
.BgClassName
{
background-color: #FF5B1A;
}
</style>
border-color css
<style>
span { border-color: #FF5B1A; }
span { border-color: rgb(255,91,26); }
td.TdClassName
{
border-color: #FF5B1A;
}
.TagClassName
{
border-color: #FF5B1A;
}
</style>