Shades of Pumpkin #FF740C
Tints of Pumpkin #FF740C
RGB
CMYK
RGB Variations
Color information
#FF740C (or 0xFF740C) is known color: Pumpkin. HEX triplet: FF, 74 and 0C. RGB value is (255,116,12). Sum of RGB (Red+Green+Blue) = 255+116+12=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF740C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF740C is #008BF3. Grayscale: #929292. Windows color (decimal): -35828 or 816383. OLE color: 816383.
HSL color Cylindrical-coordinate representation of color #FF740C: hue angle of 25.68º 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 #FF740C is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 12 | - |
| CMYK | 0 | 0.55 | 0.95 | 0 |
| HSL | 25.68º | 1% | 0.52% | - |
| HSV(B) | 25.68º | 0.95% | 1% | - |
| XYZ | 47.55 | 33.78 | 4.36 | - |
| YUV | 145.71 | 52.55 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 12 | 0 | 0.55 | 0.95 | 0 | 25.68 | 1 | 0.52 |
| Hex | FF | 74 | C | 0 | 37 | 5F | 0 | 1A | 64 | 34 |
| Octal | 377 | 164 | 14 | 0 | 67 | 137 | 0 | 32 | 144 | 64 |
| Binary | 11111111 | 1110100 | 1100 | 0 | 110111 | 1011111 | 0 | 11010 | 1100100 | 110100 |
Color Harmonies of #FF740C
Complementary color
Monochromatic Colors of #FF740C
Black with #FF740C
Text Example
Text Example
White with #FF740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF740C; }
p { color: rgb(255,116,12); }
H1.HeaderClassName
{
color: #FF740C;
}
.AnyTagClassName
{
color: #FF740C;
}
</style>
background-color css
<style>
a { background-color: #FF740C; }
a { background-color: rgb(255,116,12); }
div.DivClassName
{
background-color: #FF740C;
}
.BgClassName
{
background-color: #FF740C;
}
</style>
border-color css
<style>
span { border-color: #FF740C; }
span { border-color: rgb(255,116,12); }
td.TdClassName
{
border-color: #FF740C;
}
.TagClassName
{
border-color: #FF740C;
}
</style>