Shades of Carrot Orange #F78520
Tints of Carrot Orange #F78520
RGB
CMYK
RGB Variations
Color information
#F78520 (or 0xF78520) is known color: Carrot Orange. HEX triplet: F7, 85 and 20. RGB value is (247,133,32). Sum of RGB (Red+Green+Blue) = 247+133+32=412 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.95% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 32 (12.89% from 255 or 7.77% from 412); Max value from RGB is 247 - color contains mainly: red. Hex color #F78520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F78520 is #087ADF. Grayscale: #9C9C9C. Windows color (decimal): -555744 or 2131447. OLE color: 2131447.
HSL color Cylindrical-coordinate representation of color #F78520: hue angle of 28.19º 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 #F78520 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 133 | 32 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.03 |
| HSL | 28.19º | 0.93% | 0.55% | - |
| HSV(B) | 28.19º | 0.87% | 0.97% | - |
| XYZ | 47.01 | 36.65 | 5.96 | - |
| YUV | 155.57 | 58.27 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 133 | 32 | 0 | 0.46 | 0.87 | 0.03 | 28.19 | 0.93 | 0.55 |
| Hex | F7 | 85 | 20 | 0 | 2E | 57 | 3 | 1C | 5D | 37 |
| Octal | 367 | 205 | 40 | 0 | 56 | 127 | 3 | 34 | 135 | 67 |
| Binary | 11110111 | 10000101 | 100000 | 0 | 101110 | 1010111 | 11 | 11100 | 1011101 | 110111 |
Color Harmonies of #F78520
Complementary color
Monochromatic Colors of #F78520
Black with #F78520
Text Example
Text Example
White with #F78520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78520; }
p { color: rgb(247,133,32); }
H1.HeaderClassName
{
color: #F78520;
}
.AnyTagClassName
{
color: #F78520;
}
</style>
background-color css
<style>
a { background-color: #F78520; }
a { background-color: rgb(247,133,32); }
div.DivClassName
{
background-color: #F78520;
}
.BgClassName
{
background-color: #F78520;
}
</style>
border-color css
<style>
span { border-color: #F78520; }
span { border-color: rgb(247,133,32); }
td.TdClassName
{
border-color: #F78520;
}
.TagClassName
{
border-color: #F78520;
}
</style>