Shades of Carrot Orange #F78C20
Tints of Carrot Orange #F78C20
RGB
CMYK
RGB Variations
Color information
#F78C20 (or 0xF78C20) is known color: Carrot Orange. HEX triplet: F7, 8C and 20. RGB value is (247,140,32). Sum of RGB (Red+Green+Blue) = 247+140+32=419 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.95% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 32 (12.89% from 255 or 7.64% from 419); Max value from RGB is 247 - color contains mainly: red. Hex color #F78C20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F78C20 is #0873DF. Grayscale: #A0A0A0. Windows color (decimal): -553952 or 2133239. OLE color: 2133239.
HSL color Cylindrical-coordinate representation of color #F78C20: hue angle of 30.14º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F78C20 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 140 | 32 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.03 |
| HSL | 30.14º | 0.93% | 0.55% | - |
| HSV(B) | 30.14º | 0.87% | 0.97% | - |
| XYZ | 48 | 38.63 | 6.29 | - |
| YUV | 159.68 | 55.95 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 140 | 32 | 0 | 0.43 | 0.87 | 0.03 | 30.14 | 0.93 | 0.55 |
| Hex | F7 | 8C | 20 | 0 | 2B | 57 | 3 | 1E | 5D | 37 |
| Octal | 367 | 214 | 40 | 0 | 53 | 127 | 3 | 36 | 135 | 67 |
| Binary | 11110111 | 10001100 | 100000 | 0 | 101011 | 1010111 | 11 | 11110 | 1011101 | 110111 |
Color Harmonies of #F78C20
Complementary color
Monochromatic Colors of #F78C20
Black with #F78C20
Text Example
Text Example
White with #F78C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78C20; }
p { color: rgb(247,140,32); }
H1.HeaderClassName
{
color: #F78C20;
}
.AnyTagClassName
{
color: #F78C20;
}
</style>
background-color css
<style>
a { background-color: #F78C20; }
a { background-color: rgb(247,140,32); }
div.DivClassName
{
background-color: #F78C20;
}
.BgClassName
{
background-color: #F78C20;
}
</style>
border-color css
<style>
span { border-color: #F78C20; }
span { border-color: rgb(247,140,32); }
td.TdClassName
{
border-color: #F78C20;
}
.TagClassName
{
border-color: #F78C20;
}
</style>