Shades of Pumpkin #FA6D0D
Tints of Pumpkin #FA6D0D
RGB
CMYK
RGB Variations
Color information
#FA6D0D (or 0xFA6D0D) is known color: Pumpkin. HEX triplet: FA, 6D and 0D. RGB value is (250,109,13). Sum of RGB (Red+Green+Blue) = 250+109+13=372 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.20% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 13 (5.47% from 255 or 3.49% from 372); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6D0D is #0592F2. Grayscale: #8C8C8C. Windows color (decimal): -365299 or 880122. OLE color: 880122.
HSL color Cylindrical-coordinate representation of color #FA6D0D: hue angle of 24.3º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA6D0D is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 13 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.02 |
| HSL | 24.3º | 0.96% | 0.52% | - |
| HSV(B) | 24.3º | 0.95% | 0.98% | - |
| XYZ | 44.97 | 31.29 | 4.05 | - |
| YUV | 140.22 | 56.21 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 13 | 0 | 0.56 | 0.95 | 0.02 | 24.3 | 0.96 | 0.52 |
| Hex | FA | 6D | D | 0 | 38 | 5F | 2 | 18 | 60 | 34 |
| Octal | 372 | 155 | 15 | 0 | 70 | 137 | 2 | 30 | 140 | 64 |
| Binary | 11111010 | 1101101 | 1101 | 0 | 111000 | 1011111 | 10 | 11000 | 1100000 | 110100 |
Color Harmonies of #FA6D0D
Complementary color
Monochromatic Colors of #FA6D0D
Black with #FA6D0D
Text Example
Text Example
White with #FA6D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6D0D; }
p { color: rgb(250,109,13); }
H1.HeaderClassName
{
color: #FA6D0D;
}
.AnyTagClassName
{
color: #FA6D0D;
}
</style>
background-color css
<style>
a { background-color: #FA6D0D; }
a { background-color: rgb(250,109,13); }
div.DivClassName
{
background-color: #FA6D0D;
}
.BgClassName
{
background-color: #FA6D0D;
}
</style>
border-color css
<style>
span { border-color: #FA6D0D; }
span { border-color: rgb(250,109,13); }
td.TdClassName
{
border-color: #FA6D0D;
}
.TagClassName
{
border-color: #FA6D0D;
}
</style>