Shades of Pumpkin #FF7B25
Tints of Pumpkin #FF7B25
RGB
CMYK
RGB Variations
Color information
#FF7B25 (or 0xFF7B25) is known color: Pumpkin. HEX triplet: FF, 7B and 25. RGB value is (255,123,37). Sum of RGB (Red+Green+Blue) = 255+123+37=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 37 (14.84% from 255 or 8.92% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7B25 is #0084DA. Grayscale: #999999. Windows color (decimal): -34011 or 2456575. OLE color: 2456575.
HSL color Cylindrical-coordinate representation of color #FF7B25: hue angle of 23.67º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF7B25 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 37 | - |
| CMYK | 0 | 0.52 | 0.85 | 0 |
| HSL | 23.67º | 1% | 0.57% | - |
| HSV(B) | 23.67º | 0.85% | 1% | - |
| XYZ | 48.66 | 35.56 | 6.05 | - |
| YUV | 152.66 | 62.73 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 37 | 0 | 0.52 | 0.85 | 0 | 23.67 | 1 | 0.57 |
| Hex | FF | 7B | 25 | 0 | 34 | 55 | 0 | 18 | 64 | 39 |
| Octal | 377 | 173 | 45 | 0 | 64 | 125 | 0 | 30 | 144 | 71 |
| Binary | 11111111 | 1111011 | 100101 | 0 | 110100 | 1010101 | 0 | 11000 | 1100100 | 111001 |
Color Harmonies of #FF7B25
Complementary color
Monochromatic Colors of #FF7B25
Black with #FF7B25
Text Example
Text Example
White with #FF7B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B25; }
p { color: rgb(255,123,37); }
H1.HeaderClassName
{
color: #FF7B25;
}
.AnyTagClassName
{
color: #FF7B25;
}
</style>
background-color css
<style>
a { background-color: #FF7B25; }
a { background-color: rgb(255,123,37); }
div.DivClassName
{
background-color: #FF7B25;
}
.BgClassName
{
background-color: #FF7B25;
}
</style>
border-color css
<style>
span { border-color: #FF7B25; }
span { border-color: rgb(255,123,37); }
td.TdClassName
{
border-color: #FF7B25;
}
.TagClassName
{
border-color: #FF7B25;
}
</style>