Shades of Pumpkin #FF7B0C
Tints of Pumpkin #FF7B0C
RGB
CMYK
RGB Variations
Color information
#FF7B0C (or 0xFF7B0C) is known color: Pumpkin. HEX triplet: FF, 7B and 0C. RGB value is (255,123,12). Sum of RGB (Red+Green+Blue) = 255+123+12=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 12 (5.08% from 255 or 3.08% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7B0C is #0084F3. Grayscale: #969696. Windows color (decimal): -34036 or 818175. OLE color: 818175.
HSL color Cylindrical-coordinate representation of color #FF7B0C: hue angle of 27.41º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF7B0C is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 12 | - |
| CMYK | 0 | 0.52 | 0.95 | 0 |
| HSL | 27.41º | 1% | 0.52% | - |
| HSV(B) | 27.41º | 0.95% | 1% | - |
| XYZ | 48.39 | 35.45 | 4.64 | - |
| YUV | 149.81 | 50.23 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 12 | 0 | 0.52 | 0.95 | 0 | 27.41 | 1 | 0.52 |
| Hex | FF | 7B | C | 0 | 34 | 5F | 0 | 1B | 64 | 34 |
| Octal | 377 | 173 | 14 | 0 | 64 | 137 | 0 | 33 | 144 | 64 |
| Binary | 11111111 | 1111011 | 1100 | 0 | 110100 | 1011111 | 0 | 11011 | 1100100 | 110100 |
Color Harmonies of #FF7B0C
Complementary color
Monochromatic Colors of #FF7B0C
Black with #FF7B0C
Text Example
Text Example
White with #FF7B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B0C; }
p { color: rgb(255,123,12); }
H1.HeaderClassName
{
color: #FF7B0C;
}
.AnyTagClassName
{
color: #FF7B0C;
}
</style>
background-color css
<style>
a { background-color: #FF7B0C; }
a { background-color: rgb(255,123,12); }
div.DivClassName
{
background-color: #FF7B0C;
}
.BgClassName
{
background-color: #FF7B0C;
}
</style>
border-color css
<style>
span { border-color: #FF7B0C; }
span { border-color: rgb(255,123,12); }
td.TdClassName
{
border-color: #FF7B0C;
}
.TagClassName
{
border-color: #FF7B0C;
}
</style>