Shades of Pumpkin #FA802A
Tints of Pumpkin #FA802A
RGB
CMYK
RGB Variations
Color information
#FA802A (or 0xFA802A) is known color: Pumpkin. HEX triplet: FA, 80 and 2A. RGB value is (250,128,42). Sum of RGB (Red+Green+Blue) = 250+128+42=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 42 (16.80% from 255 or 10% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA802A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA802A is #057FD5. Grayscale: #9B9B9B. Windows color (decimal): -360406 or 2785530. OLE color: 2785530.
HSL color Cylindrical-coordinate representation of color #FA802A: hue angle of 24.81º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA802A is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 42 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.02 |
| HSL | 24.81º | 0.95% | 0.57% | - |
| HSV(B) | 24.81º | 0.83% | 0.98% | - |
| XYZ | 47.56 | 35.93 | 6.62 | - |
| YUV | 154.67 | 64.42 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 42 | 0 | 0.49 | 0.83 | 0.02 | 24.81 | 0.95 | 0.57 |
| Hex | FA | 80 | 2A | 0 | 31 | 53 | 2 | 19 | 5F | 39 |
| Octal | 372 | 200 | 52 | 0 | 61 | 123 | 2 | 31 | 137 | 71 |
| Binary | 11111010 | 10000000 | 101010 | 0 | 110001 | 1010011 | 10 | 11001 | 1011111 | 111001 |
Color Harmonies of #FA802A
Complementary color
Monochromatic Colors of #FA802A
Black with #FA802A
Text Example
Text Example
White with #FA802A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA802A; }
p { color: rgb(250,128,42); }
H1.HeaderClassName
{
color: #FA802A;
}
.AnyTagClassName
{
color: #FA802A;
}
</style>
background-color css
<style>
a { background-color: #FA802A; }
a { background-color: rgb(250,128,42); }
div.DivClassName
{
background-color: #FA802A;
}
.BgClassName
{
background-color: #FA802A;
}
</style>
border-color css
<style>
span { border-color: #FA802A; }
span { border-color: rgb(250,128,42); }
td.TdClassName
{
border-color: #FA802A;
}
.TagClassName
{
border-color: #FA802A;
}
</style>