Shades of Pumpkin #FA5C18
Tints of Pumpkin #FA5C18
RGB
CMYK
RGB Variations
Color information
#FA5C18 (or 0xFA5C18) is known color: Pumpkin. HEX triplet: FA, 5C and 18. RGB value is (250,92,24). Sum of RGB (Red+Green+Blue) = 250+92+24=366 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.31% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 24 (9.77% from 255 or 6.56% from 366); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5C18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5C18 is #05A3E7. Grayscale: #838383. Windows color (decimal): -369640 or 1596666. OLE color: 1596666.
HSL color Cylindrical-coordinate representation of color #FA5C18: hue angle of 18.05º 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 #FA5C18 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 92 | 24 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.02 |
| HSL | 18.05º | 0.96% | 0.54% | - |
| HSV(B) | 18.05º | 0.9% | 0.98% | - |
| XYZ | 43.42 | 28.04 | 3.99 | - |
| YUV | 131.49 | 67.35 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 92 | 24 | 0 | 0.63 | 0.90 | 0.02 | 18.05 | 0.96 | 0.54 |
| Hex | FA | 5C | 18 | 0 | 3F | 5A | 2 | 12 | 60 | 36 |
| Octal | 372 | 134 | 30 | 0 | 77 | 132 | 2 | 22 | 140 | 66 |
| Binary | 11111010 | 1011100 | 11000 | 0 | 111111 | 1011010 | 10 | 10010 | 1100000 | 110110 |
Color Harmonies of #FA5C18
Complementary color
Monochromatic Colors of #FA5C18
Black with #FA5C18
Text Example
Text Example
White with #FA5C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5C18; }
p { color: rgb(250,92,24); }
H1.HeaderClassName
{
color: #FA5C18;
}
.AnyTagClassName
{
color: #FA5C18;
}
</style>
background-color css
<style>
a { background-color: #FA5C18; }
a { background-color: rgb(250,92,24); }
div.DivClassName
{
background-color: #FA5C18;
}
.BgClassName
{
background-color: #FA5C18;
}
</style>
border-color css
<style>
span { border-color: #FA5C18; }
span { border-color: rgb(250,92,24); }
td.TdClassName
{
border-color: #FA5C18;
}
.TagClassName
{
border-color: #FA5C18;
}
</style>