Shades of Pumpkin #FA700F
Tints of Pumpkin #FA700F
RGB
CMYK
RGB Variations
Color information
#FA700F (or 0xFA700F) is known color: Pumpkin. HEX triplet: FA, 70 and 0F. RGB value is (250,112,15). Sum of RGB (Red+Green+Blue) = 250+112+15=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 15 (6.25% from 255 or 3.98% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA700F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA700F is #058FF0. Grayscale: #8E8E8E. Windows color (decimal): -364529 or 1011962. OLE color: 1011962.
HSL color Cylindrical-coordinate representation of color #FA700F: hue angle of 24.77º 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 #FA700F is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 112 | 15 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.02 |
| HSL | 24.77º | 0.96% | 0.52% | - |
| HSV(B) | 24.77º | 0.94% | 0.98% | - |
| XYZ | 45.3 | 31.95 | 4.23 | - |
| YUV | 142.2 | 56.22 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 112 | 15 | 0 | 0.55 | 0.94 | 0.02 | 24.77 | 0.96 | 0.52 |
| Hex | FA | 70 | F | 0 | 37 | 5E | 2 | 19 | 60 | 34 |
| Octal | 372 | 160 | 17 | 0 | 67 | 136 | 2 | 31 | 140 | 64 |
| Binary | 11111010 | 1110000 | 1111 | 0 | 110111 | 1011110 | 10 | 11001 | 1100000 | 110100 |
Color Harmonies of #FA700F
Complementary color
Monochromatic Colors of #FA700F
Black with #FA700F
Text Example
Text Example
White with #FA700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA700F; }
p { color: rgb(250,112,15); }
H1.HeaderClassName
{
color: #FA700F;
}
.AnyTagClassName
{
color: #FA700F;
}
</style>
background-color css
<style>
a { background-color: #FA700F; }
a { background-color: rgb(250,112,15); }
div.DivClassName
{
background-color: #FA700F;
}
.BgClassName
{
background-color: #FA700F;
}
</style>
border-color css
<style>
span { border-color: #FA700F; }
span { border-color: rgb(250,112,15); }
td.TdClassName
{
border-color: #FA700F;
}
.TagClassName
{
border-color: #FA700F;
}
</style>