Shades of Carrot Orange #F48F11
Tints of Carrot Orange #F48F11
RGB
CMYK
RGB Variations
Color information
#F48F11 (or 0xF48F11) is known color: Carrot Orange. HEX triplet: F4, 8F and 11. RGB value is (244,143,17). Sum of RGB (Red+Green+Blue) = 244+143+17=404 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.40% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 17 (7.03% from 255 or 4.21% from 404); Max value from RGB is 244 - color contains mainly: red. Hex color #F48F11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F48F11 is #0B70EE. Grayscale: #9F9F9F. Windows color (decimal): -749807 or 1150964. OLE color: 1150964.
HSL color Cylindrical-coordinate representation of color #F48F11: hue angle of 33.3º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F48F11 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 143 | 17 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.04 |
| HSL | 33.3º | 0.91% | 0.51% | - |
| HSV(B) | 33.3º | 0.93% | 0.96% | - |
| XYZ | 47.23 | 38.92 | 5.55 | - |
| YUV | 158.84 | 47.96 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 143 | 17 | 0 | 0.41 | 0.93 | 0.04 | 33.3 | 0.91 | 0.51 |
| Hex | F4 | 8F | 11 | 0 | 29 | 5D | 4 | 21 | 5B | 33 |
| Octal | 364 | 217 | 21 | 0 | 51 | 135 | 4 | 41 | 133 | 63 |
| Binary | 11110100 | 10001111 | 10001 | 0 | 101001 | 1011101 | 100 | 100001 | 1011011 | 110011 |
Color Harmonies of #F48F11
Complementary color
Monochromatic Colors of #F48F11
Black with #F48F11
Text Example
Text Example
White with #F48F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48F11; }
p { color: rgb(244,143,17); }
H1.HeaderClassName
{
color: #F48F11;
}
.AnyTagClassName
{
color: #F48F11;
}
</style>
background-color css
<style>
a { background-color: #F48F11; }
a { background-color: rgb(244,143,17); }
div.DivClassName
{
background-color: #F48F11;
}
.BgClassName
{
background-color: #F48F11;
}
</style>
border-color css
<style>
span { border-color: #F48F11; }
span { border-color: rgb(244,143,17); }
td.TdClassName
{
border-color: #F48F11;
}
.TagClassName
{
border-color: #F48F11;
}
</style>