Shades of Pumpkin #FF7523
Tints of Pumpkin #FF7523
RGB
CMYK
RGB Variations
Color information
#FF7523 (or 0xFF7523) is known color: Pumpkin. HEX triplet: FF, 75 and 23. RGB value is (255,117,35). Sum of RGB (Red+Green+Blue) = 255+117+35=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 35 (14.06% from 255 or 8.60% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7523 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7523 is #008ADC. Grayscale: #959595. Windows color (decimal): -35549 or 2323967. OLE color: 2323967.
HSL color Cylindrical-coordinate representation of color #FF7523: hue angle of 22.36º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF7523 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 35 | - |
| CMYK | 0 | 0.54 | 0.86 | 0 |
| HSL | 22.36º | 1% | 0.57% | - |
| HSV(B) | 22.36º | 0.86% | 1% | - |
| XYZ | 47.9 | 34.1 | 5.65 | - |
| YUV | 148.91 | 63.72 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 35 | 0 | 0.54 | 0.86 | 0 | 22.36 | 1 | 0.57 |
| Hex | FF | 75 | 23 | 0 | 36 | 56 | 0 | 16 | 64 | 39 |
| Octal | 377 | 165 | 43 | 0 | 66 | 126 | 0 | 26 | 144 | 71 |
| Binary | 11111111 | 1110101 | 100011 | 0 | 110110 | 1010110 | 0 | 10110 | 1100100 | 111001 |
Color Harmonies of #FF7523
Complementary color
Monochromatic Colors of #FF7523
Black with #FF7523
Text Example
Text Example
White with #FF7523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7523; }
p { color: rgb(255,117,35); }
H1.HeaderClassName
{
color: #FF7523;
}
.AnyTagClassName
{
color: #FF7523;
}
</style>
background-color css
<style>
a { background-color: #FF7523; }
a { background-color: rgb(255,117,35); }
div.DivClassName
{
background-color: #FF7523;
}
.BgClassName
{
background-color: #FF7523;
}
</style>
border-color css
<style>
span { border-color: #FF7523; }
span { border-color: rgb(255,117,35); }
td.TdClassName
{
border-color: #FF7523;
}
.TagClassName
{
border-color: #FF7523;
}
</style>