Shades of Pumpkin #FE751A
Tints of Pumpkin #FE751A
RGB
CMYK
RGB Variations
Color information
#FE751A (or 0xFE751A) is known color: Pumpkin. HEX triplet: FE, 75 and 1A. RGB value is (254,117,26). Sum of RGB (Red+Green+Blue) = 254+117+26=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 26 (10.55% from 255 or 6.55% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE751A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE751A is #018AE5. Grayscale: #949494. Windows color (decimal): -101094 or 1734142. OLE color: 1734142.
HSL color Cylindrical-coordinate representation of color #FE751A: hue angle of 23.95º 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 #FE751A is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 26 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.00 |
| HSL | 23.95º | 0.99% | 0.55% | - |
| HSV(B) | 23.95º | 0.9% | 1% | - |
| XYZ | 47.42 | 33.87 | 5.02 | - |
| YUV | 147.59 | 59.39 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 26 | 0 | 0.54 | 0.90 | 0.00 | 23.95 | 0.99 | 0.55 |
| Hex | FE | 75 | 1A | 0 | 36 | 5A | 0 | 18 | 63 | 37 |
| Octal | 376 | 165 | 32 | 0 | 66 | 132 | 0 | 30 | 143 | 67 |
| Binary | 11111110 | 1110101 | 11010 | 0 | 110110 | 1011010 | 0 | 11000 | 1100011 | 110111 |
Color Harmonies of #FE751A
Complementary color
Monochromatic Colors of #FE751A
Black with #FE751A
Text Example
Text Example
White with #FE751A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE751A; }
p { color: rgb(254,117,26); }
H1.HeaderClassName
{
color: #FE751A;
}
.AnyTagClassName
{
color: #FE751A;
}
</style>
background-color css
<style>
a { background-color: #FE751A; }
a { background-color: rgb(254,117,26); }
div.DivClassName
{
background-color: #FE751A;
}
.BgClassName
{
background-color: #FE751A;
}
</style>
border-color css
<style>
span { border-color: #FE751A; }
span { border-color: rgb(254,117,26); }
td.TdClassName
{
border-color: #FE751A;
}
.TagClassName
{
border-color: #FE751A;
}
</style>