Shades of Carrot Orange #F48A1E
Tints of Carrot Orange #F48A1E
RGB
CMYK
RGB Variations
Color information
#F48A1E (or 0xF48A1E) is known color: Carrot Orange. HEX triplet: F4, 8A and 1E. RGB value is (244,138,30). Sum of RGB (Red+Green+Blue) = 244+138+30=412 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.22% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 30 (12.11% from 255 or 7.28% from 412); Max value from RGB is 244 - color contains mainly: red. Hex color #F48A1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48A1E is #0B75E1. Grayscale: #9D9D9D. Windows color (decimal): -751074 or 2001652. OLE color: 2001652.
HSL color Cylindrical-coordinate representation of color #F48A1E: hue angle of 30.28º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F48A1E is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 138 | 30 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.04 |
| HSL | 30.28º | 0.91% | 0.54% | - |
| HSV(B) | 30.28º | 0.88% | 0.96% | - |
| XYZ | 46.63 | 37.5 | 6.01 | - |
| YUV | 157.38 | 56.12 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 138 | 30 | 0 | 0.43 | 0.88 | 0.04 | 30.28 | 0.91 | 0.54 |
| Hex | F4 | 8A | 1E | 0 | 2B | 58 | 4 | 1E | 5B | 36 |
| Octal | 364 | 212 | 36 | 0 | 53 | 130 | 4 | 36 | 133 | 66 |
| Binary | 11110100 | 10001010 | 11110 | 0 | 101011 | 1011000 | 100 | 11110 | 1011011 | 110110 |
Color Harmonies of #F48A1E
Complementary color
Monochromatic Colors of #F48A1E
Black with #F48A1E
Text Example
Text Example
White with #F48A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48A1E; }
p { color: rgb(244,138,30); }
H1.HeaderClassName
{
color: #F48A1E;
}
.AnyTagClassName
{
color: #F48A1E;
}
</style>
background-color css
<style>
a { background-color: #F48A1E; }
a { background-color: rgb(244,138,30); }
div.DivClassName
{
background-color: #F48A1E;
}
.BgClassName
{
background-color: #F48A1E;
}
</style>
border-color css
<style>
span { border-color: #F48A1E; }
span { border-color: rgb(244,138,30); }
td.TdClassName
{
border-color: #F48A1E;
}
.TagClassName
{
border-color: #F48A1E;
}
</style>