Shades of Pumpkin #FA6F10
Tints of Pumpkin #FA6F10
RGB
CMYK
RGB Variations
Color information
#FA6F10 (or 0xFA6F10) is known color: Pumpkin. HEX triplet: FA, 6F and 10. RGB value is (250,111,16). Sum of RGB (Red+Green+Blue) = 250+111+16=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 16 (6.64% from 255 or 4.24% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6F10 is #0590EF. Grayscale: #8E8E8E. Windows color (decimal): -364784 or 1077242. OLE color: 1077242.
HSL color Cylindrical-coordinate representation of color #FA6F10: hue angle of 24.36º 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 #FA6F10 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 111 | 16 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.02 |
| HSL | 24.36º | 0.96% | 0.52% | - |
| HSV(B) | 24.36º | 0.94% | 0.98% | - |
| XYZ | 45.2 | 31.73 | 4.23 | - |
| YUV | 141.73 | 57.05 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 111 | 16 | 0 | 0.56 | 0.94 | 0.02 | 24.36 | 0.96 | 0.52 |
| Hex | FA | 6F | 10 | 0 | 38 | 5E | 2 | 18 | 60 | 34 |
| Octal | 372 | 157 | 20 | 0 | 70 | 136 | 2 | 30 | 140 | 64 |
| Binary | 11111010 | 1101111 | 10000 | 0 | 111000 | 1011110 | 10 | 11000 | 1100000 | 110100 |
Color Harmonies of #FA6F10
Complementary color
Monochromatic Colors of #FA6F10
Black with #FA6F10
Text Example
Text Example
White with #FA6F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6F10; }
p { color: rgb(250,111,16); }
H1.HeaderClassName
{
color: #FA6F10;
}
.AnyTagClassName
{
color: #FA6F10;
}
</style>
background-color css
<style>
a { background-color: #FA6F10; }
a { background-color: rgb(250,111,16); }
div.DivClassName
{
background-color: #FA6F10;
}
.BgClassName
{
background-color: #FA6F10;
}
</style>
border-color css
<style>
span { border-color: #FA6F10; }
span { border-color: rgb(250,111,16); }
td.TdClassName
{
border-color: #FA6F10;
}
.TagClassName
{
border-color: #FA6F10;
}
</style>