Shades of Pumpkin #FA800F
Tints of Pumpkin #FA800F
RGB
CMYK
RGB Variations
Color information
#FA800F (or 0xFA800F) is known color: Pumpkin. HEX triplet: FA, 80 and 0F. RGB value is (250,128,15). Sum of RGB (Red+Green+Blue) = 250+128+15=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 15 (6.25% from 255 or 3.82% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA800F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA800F is #057FF0. Grayscale: #989898. Windows color (decimal): -360433 or 1016058. OLE color: 1016058.
HSL color Cylindrical-coordinate representation of color #FA800F: hue angle of 28.85º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA800F is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 15 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.02 |
| HSL | 28.85º | 0.96% | 0.52% | - |
| HSV(B) | 28.85º | 0.94% | 0.98% | - |
| XYZ | 47.23 | 35.8 | 4.87 | - |
| YUV | 151.6 | 50.92 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 15 | 0 | 0.49 | 0.94 | 0.02 | 28.85 | 0.96 | 0.52 |
| Hex | FA | 80 | F | 0 | 31 | 5E | 2 | 1D | 60 | 34 |
| Octal | 372 | 200 | 17 | 0 | 61 | 136 | 2 | 35 | 140 | 64 |
| Binary | 11111010 | 10000000 | 1111 | 0 | 110001 | 1011110 | 10 | 11101 | 1100000 | 110100 |
Color Harmonies of #FA800F
Complementary color
Monochromatic Colors of #FA800F
Black with #FA800F
Text Example
Text Example
White with #FA800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA800F; }
p { color: rgb(250,128,15); }
H1.HeaderClassName
{
color: #FA800F;
}
.AnyTagClassName
{
color: #FA800F;
}
</style>
background-color css
<style>
a { background-color: #FA800F; }
a { background-color: rgb(250,128,15); }
div.DivClassName
{
background-color: #FA800F;
}
.BgClassName
{
background-color: #FA800F;
}
</style>
border-color css
<style>
span { border-color: #FA800F; }
span { border-color: rgb(250,128,15); }
td.TdClassName
{
border-color: #FA800F;
}
.TagClassName
{
border-color: #FA800F;
}
</style>