Shades of Pumpkin #FA6B0E
Tints of Pumpkin #FA6B0E
RGB
CMYK
RGB Variations
Color information
#FA6B0E (or 0xFA6B0E) is known color: Pumpkin. HEX triplet: FA, 6B and 0E. RGB value is (250,107,14). Sum of RGB (Red+Green+Blue) = 250+107+14=371 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.39% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6B0E is #0594F1. Grayscale: #8B8B8B. Windows color (decimal): -365810 or 945146. OLE color: 945146.
HSL color Cylindrical-coordinate representation of color #FA6B0E: hue angle of 23.64º 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 #FA6B0E is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 107 | 14 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.02 |
| HSL | 23.64º | 0.96% | 0.52% | - |
| HSV(B) | 23.64º | 0.94% | 0.98% | - |
| XYZ | 44.76 | 30.87 | 4.02 | - |
| YUV | 139.16 | 57.38 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 107 | 14 | 0 | 0.57 | 0.94 | 0.02 | 23.64 | 0.96 | 0.52 |
| Hex | FA | 6B | E | 0 | 39 | 5E | 2 | 18 | 60 | 34 |
| Octal | 372 | 153 | 16 | 0 | 71 | 136 | 2 | 30 | 140 | 64 |
| Binary | 11111010 | 1101011 | 1110 | 0 | 111001 | 1011110 | 10 | 11000 | 1100000 | 110100 |
Color Harmonies of #FA6B0E
Complementary color
Monochromatic Colors of #FA6B0E
Black with #FA6B0E
Text Example
Text Example
White with #FA6B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6B0E; }
p { color: rgb(250,107,14); }
H1.HeaderClassName
{
color: #FA6B0E;
}
.AnyTagClassName
{
color: #FA6B0E;
}
</style>
background-color css
<style>
a { background-color: #FA6B0E; }
a { background-color: rgb(250,107,14); }
div.DivClassName
{
background-color: #FA6B0E;
}
.BgClassName
{
background-color: #FA6B0E;
}
</style>
border-color css
<style>
span { border-color: #FA6B0E; }
span { border-color: rgb(250,107,14); }
td.TdClassName
{
border-color: #FA6B0E;
}
.TagClassName
{
border-color: #FA6B0E;
}
</style>