Shades of Pumpkin #FF7B08
Tints of Pumpkin #FF7B08
RGB
CMYK
RGB Variations
Color information
#FF7B08 (or 0xFF7B08) is known color: Pumpkin. HEX triplet: FF, 7B and 08. RGB value is (255,123,8). Sum of RGB (Red+Green+Blue) = 255+123+8=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 8 (3.52% from 255 or 2.07% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7B08 is #0084F7. Grayscale: #959595. Windows color (decimal): -34040 or 556031. OLE color: 556031.
HSL color Cylindrical-coordinate representation of color #FF7B08: hue angle of 27.94º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF7B08 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 8 | - |
| CMYK | 0 | 0.52 | 0.97 | 0 |
| HSL | 27.94º | 1% | 0.52% | - |
| HSV(B) | 27.94º | 0.97% | 1% | - |
| XYZ | 48.37 | 35.44 | 4.52 | - |
| YUV | 149.36 | 48.23 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 8 | 0 | 0.52 | 0.97 | 0 | 27.94 | 1 | 0.52 |
| Hex | FF | 7B | 8 | 0 | 34 | 61 | 0 | 1C | 64 | 34 |
| Octal | 377 | 173 | 10 | 0 | 64 | 141 | 0 | 34 | 144 | 64 |
| Binary | 11111111 | 1111011 | 1000 | 0 | 110100 | 1100001 | 0 | 11100 | 1100100 | 110100 |
Color Harmonies of #FF7B08
Complementary color
Monochromatic Colors of #FF7B08
Black with #FF7B08
Text Example
Text Example
White with #FF7B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B08; }
p { color: rgb(255,123,8); }
H1.HeaderClassName
{
color: #FF7B08;
}
.AnyTagClassName
{
color: #FF7B08;
}
</style>
background-color css
<style>
a { background-color: #FF7B08; }
a { background-color: rgb(255,123,8); }
div.DivClassName
{
background-color: #FF7B08;
}
.BgClassName
{
background-color: #FF7B08;
}
</style>
border-color css
<style>
span { border-color: #FF7B08; }
span { border-color: rgb(255,123,8); }
td.TdClassName
{
border-color: #FF7B08;
}
.TagClassName
{
border-color: #FF7B08;
}
</style>