Shades of Pumpkin #FF5A1B
Tints of Pumpkin #FF5A1B
RGB
CMYK
RGB Variations
Color information
#FF5A1B (or 0xFF5A1B) is known color: Pumpkin. HEX triplet: FF, 5A and 1B. RGB value is (255,90,27). Sum of RGB (Red+Green+Blue) = 255+90+27=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 27 (10.94% from 255 or 7.26% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5A1B is #00A5E4. Grayscale: #848484. Windows color (decimal): -42469 or 1792767. OLE color: 1792767.
HSL color Cylindrical-coordinate representation of color #FF5A1B: hue angle of 16.58º 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 #FF5A1B is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 27 | - |
| CMYK | 0 | 0.65 | 0.89 | 0 |
| HSL | 16.58º | 1% | 0.55% | - |
| HSV(B) | 16.58º | 0.89% | 1% | - |
| XYZ | 45.09 | 28.65 | 4.19 | - |
| YUV | 132.15 | 68.66 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 27 | 0 | 0.65 | 0.89 | 0 | 16.58 | 1 | 0.55 |
| Hex | FF | 5A | 1B | 0 | 41 | 59 | 0 | 11 | 64 | 37 |
| Octal | 377 | 132 | 33 | 0 | 101 | 131 | 0 | 21 | 144 | 67 |
| Binary | 11111111 | 1011010 | 11011 | 0 | 1000001 | 1011001 | 0 | 10001 | 1100100 | 110111 |
Color Harmonies of #FF5A1B
Complementary color
Monochromatic Colors of #FF5A1B
Black with #FF5A1B
Text Example
Text Example
White with #FF5A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A1B; }
p { color: rgb(255,90,27); }
H1.HeaderClassName
{
color: #FF5A1B;
}
.AnyTagClassName
{
color: #FF5A1B;
}
</style>
background-color css
<style>
a { background-color: #FF5A1B; }
a { background-color: rgb(255,90,27); }
div.DivClassName
{
background-color: #FF5A1B;
}
.BgClassName
{
background-color: #FF5A1B;
}
</style>
border-color css
<style>
span { border-color: #FF5A1B; }
span { border-color: rgb(255,90,27); }
td.TdClassName
{
border-color: #FF5A1B;
}
.TagClassName
{
border-color: #FF5A1B;
}
</style>