Shades of Pumpkin #FF811C
Tints of Pumpkin #FF811C
RGB
CMYK
RGB Variations
Color information
#FF811C (or 0xFF811C) is known color: Pumpkin. HEX triplet: FF, 81 and 1C. RGB value is (255,129,28). Sum of RGB (Red+Green+Blue) = 255+129+28=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF811C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF811C is #007EE3. Grayscale: #9B9B9B. Windows color (decimal): -32484 or 1868287. OLE color: 1868287.
HSL color Cylindrical-coordinate representation of color #FF811C: hue angle of 26.7º 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 #FF811C is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 28 | - |
| CMYK | 0 | 0.49 | 0.89 | 0 |
| HSL | 26.7º | 1% | 0.55% | - |
| HSV(B) | 26.7º | 0.89% | 1% | - |
| XYZ | 49.3 | 37.04 | 5.65 | - |
| YUV | 155.16 | 56.24 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 28 | 0 | 0.49 | 0.89 | 0 | 26.7 | 1 | 0.55 |
| Hex | FF | 81 | 1C | 0 | 31 | 59 | 0 | 1B | 64 | 37 |
| Octal | 377 | 201 | 34 | 0 | 61 | 131 | 0 | 33 | 144 | 67 |
| Binary | 11111111 | 10000001 | 11100 | 0 | 110001 | 1011001 | 0 | 11011 | 1100100 | 110111 |
Color Harmonies of #FF811C
Complementary color
Monochromatic Colors of #FF811C
Black with #FF811C
Text Example
Text Example
White with #FF811C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF811C; }
p { color: rgb(255,129,28); }
H1.HeaderClassName
{
color: #FF811C;
}
.AnyTagClassName
{
color: #FF811C;
}
</style>
background-color css
<style>
a { background-color: #FF811C; }
a { background-color: rgb(255,129,28); }
div.DivClassName
{
background-color: #FF811C;
}
.BgClassName
{
background-color: #FF811C;
}
</style>
border-color css
<style>
span { border-color: #FF811C; }
span { border-color: rgb(255,129,28); }
td.TdClassName
{
border-color: #FF811C;
}
.TagClassName
{
border-color: #FF811C;
}
</style>