Shades of Carrot Orange #F48D1A
Tints of Carrot Orange #F48D1A
RGB
CMYK
RGB Variations
Color information
#F48D1A (or 0xF48D1A) is known color: Carrot Orange. HEX triplet: F4, 8D and 1A. RGB value is (244,141,26). Sum of RGB (Red+Green+Blue) = 244+141+26=411 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.37% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 26 (10.55% from 255 or 6.33% from 411); Max value from RGB is 244 - color contains mainly: red. Hex color #F48D1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48D1A is #0B72E5. Grayscale: #9F9F9F. Windows color (decimal): -750310 or 1740276. OLE color: 1740276.
HSL color Cylindrical-coordinate representation of color #F48D1A: hue angle of 31.65º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F48D1A is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 141 | 26 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.04 |
| HSL | 31.65º | 0.91% | 0.53% | - |
| HSV(B) | 31.65º | 0.89% | 0.96% | - |
| XYZ | 47.02 | 38.36 | 5.9 | - |
| YUV | 158.69 | 53.12 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 141 | 26 | 0 | 0.42 | 0.89 | 0.04 | 31.65 | 0.91 | 0.53 |
| Hex | F4 | 8D | 1A | 0 | 2A | 59 | 4 | 20 | 5B | 35 |
| Octal | 364 | 215 | 32 | 0 | 52 | 131 | 4 | 40 | 133 | 65 |
| Binary | 11110100 | 10001101 | 11010 | 0 | 101010 | 1011001 | 100 | 100000 | 1011011 | 110101 |
Color Harmonies of #F48D1A
Complementary color
Monochromatic Colors of #F48D1A
Black with #F48D1A
Text Example
Text Example
White with #F48D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48D1A; }
p { color: rgb(244,141,26); }
H1.HeaderClassName
{
color: #F48D1A;
}
.AnyTagClassName
{
color: #F48D1A;
}
</style>
background-color css
<style>
a { background-color: #F48D1A; }
a { background-color: rgb(244,141,26); }
div.DivClassName
{
background-color: #F48D1A;
}
.BgClassName
{
background-color: #F48D1A;
}
</style>
border-color css
<style>
span { border-color: #F48D1A; }
span { border-color: rgb(244,141,26); }
td.TdClassName
{
border-color: #F48D1A;
}
.TagClassName
{
border-color: #F48D1A;
}
</style>