Shades of Carrot Orange #F7841C
Tints of Carrot Orange #F7841C
RGB
CMYK
RGB Variations
Color information
#F7841C (or 0xF7841C) is known color: Carrot Orange. HEX triplet: F7, 84 and 1C. RGB value is (247,132,28). Sum of RGB (Red+Green+Blue) = 247+132+28=407 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.69% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 28 (11.33% from 255 or 6.88% from 407); Max value from RGB is 247 - color contains mainly: red. Hex color #F7841C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7841C is #087BE3. Grayscale: #9B9B9B. Windows color (decimal): -556004 or 1869047. OLE color: 1869047.
HSL color Cylindrical-coordinate representation of color #F7841C: hue angle of 28.49º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F7841C is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 132 | 28 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.03 |
| HSL | 28.49º | 0.93% | 0.54% | - |
| HSV(B) | 28.49º | 0.89% | 0.97% | - |
| XYZ | 46.82 | 36.36 | 5.65 | - |
| YUV | 154.53 | 56.6 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 132 | 28 | 0 | 0.47 | 0.89 | 0.03 | 28.49 | 0.93 | 0.54 |
| Hex | F7 | 84 | 1C | 0 | 2F | 59 | 3 | 1C | 5D | 36 |
| Octal | 367 | 204 | 34 | 0 | 57 | 131 | 3 | 34 | 135 | 66 |
| Binary | 11110111 | 10000100 | 11100 | 0 | 101111 | 1011001 | 11 | 11100 | 1011101 | 110110 |
Color Harmonies of #F7841C
Complementary color
Monochromatic Colors of #F7841C
Black with #F7841C
Text Example
Text Example
White with #F7841C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7841C; }
p { color: rgb(247,132,28); }
H1.HeaderClassName
{
color: #F7841C;
}
.AnyTagClassName
{
color: #F7841C;
}
</style>
background-color css
<style>
a { background-color: #F7841C; }
a { background-color: rgb(247,132,28); }
div.DivClassName
{
background-color: #F7841C;
}
.BgClassName
{
background-color: #F7841C;
}
</style>
border-color css
<style>
span { border-color: #F7841C; }
span { border-color: rgb(247,132,28); }
td.TdClassName
{
border-color: #F7841C;
}
.TagClassName
{
border-color: #F7841C;
}
</style>