Shades of Pumpkin #FE671A
Tints of Pumpkin #FE671A
RGB
CMYK
RGB Variations
Color information
#FE671A (or 0xFE671A) is known color: Pumpkin. HEX triplet: FE, 67 and 1A. RGB value is (254,103,26). Sum of RGB (Red+Green+Blue) = 254+103+26=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 26 (10.55% from 255 or 6.79% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE671A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE671A is #0198E5. Grayscale: #8B8B8B. Windows color (decimal): -104678 or 1730558. OLE color: 1730558.
HSL color Cylindrical-coordinate representation of color #FE671A: hue angle of 20.26º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE671A is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 26 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.00 |
| HSL | 20.26º | 0.99% | 0.55% | - |
| HSV(B) | 20.26º | 0.9% | 1% | - |
| XYZ | 45.91 | 30.85 | 4.51 | - |
| YUV | 139.37 | 64.03 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 26 | 0 | 0.59 | 0.90 | 0.00 | 20.26 | 0.99 | 0.55 |
| Hex | FE | 67 | 1A | 0 | 3B | 5A | 0 | 14 | 63 | 37 |
| Octal | 376 | 147 | 32 | 0 | 73 | 132 | 0 | 24 | 143 | 67 |
| Binary | 11111110 | 1100111 | 11010 | 0 | 111011 | 1011010 | 0 | 10100 | 1100011 | 110111 |
Color Harmonies of #FE671A
Complementary color
Monochromatic Colors of #FE671A
Black with #FE671A
Text Example
Text Example
White with #FE671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE671A; }
p { color: rgb(254,103,26); }
H1.HeaderClassName
{
color: #FE671A;
}
.AnyTagClassName
{
color: #FE671A;
}
</style>
background-color css
<style>
a { background-color: #FE671A; }
a { background-color: rgb(254,103,26); }
div.DivClassName
{
background-color: #FE671A;
}
.BgClassName
{
background-color: #FE671A;
}
</style>
border-color css
<style>
span { border-color: #FE671A; }
span { border-color: rgb(254,103,26); }
td.TdClassName
{
border-color: #FE671A;
}
.TagClassName
{
border-color: #FE671A;
}
</style>