Shades of Pumpkin #FA6318
Tints of Pumpkin #FA6318
RGB
CMYK
RGB Variations
Color information
#FA6318 (or 0xFA6318) is known color: Pumpkin. HEX triplet: FA, 63 and 18. RGB value is (250,99,24). Sum of RGB (Red+Green+Blue) = 250+99+24=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 24 (9.77% from 255 or 6.43% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6318 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6318 is #059CE7. Grayscale: #888888. Windows color (decimal): -367848 or 1598458. OLE color: 1598458.
HSL color Cylindrical-coordinate representation of color #FA6318: hue angle of 19.91º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA6318 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 99 | 24 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.02 |
| HSL | 19.91º | 0.96% | 0.54% | - |
| HSV(B) | 19.91º | 0.9% | 0.98% | - |
| XYZ | 44.05 | 29.31 | 4.2 | - |
| YUV | 135.6 | 65.03 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 99 | 24 | 0 | 0.60 | 0.90 | 0.02 | 19.91 | 0.96 | 0.54 |
| Hex | FA | 63 | 18 | 0 | 3C | 5A | 2 | 14 | 60 | 36 |
| Octal | 372 | 143 | 30 | 0 | 74 | 132 | 2 | 24 | 140 | 66 |
| Binary | 11111010 | 1100011 | 11000 | 0 | 111100 | 1011010 | 10 | 10100 | 1100000 | 110110 |
Color Harmonies of #FA6318
Complementary color
Monochromatic Colors of #FA6318
Black with #FA6318
Text Example
Text Example
White with #FA6318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6318; }
p { color: rgb(250,99,24); }
H1.HeaderClassName
{
color: #FA6318;
}
.AnyTagClassName
{
color: #FA6318;
}
</style>
background-color css
<style>
a { background-color: #FA6318; }
a { background-color: rgb(250,99,24); }
div.DivClassName
{
background-color: #FA6318;
}
.BgClassName
{
background-color: #FA6318;
}
</style>
border-color css
<style>
span { border-color: #FA6318; }
span { border-color: rgb(250,99,24); }
td.TdClassName
{
border-color: #FA6318;
}
.TagClassName
{
border-color: #FA6318;
}
</style>