Shades of Carrot Orange #F18A1E
Tints of Carrot Orange #F18A1E
RGB
CMYK
RGB Variations
Color information
#F18A1E (or 0xF18A1E) is known color: Carrot Orange. HEX triplet: F1, 8A and 1E. RGB value is (241,138,30). Sum of RGB (Red+Green+Blue) = 241+138+30=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 30 (12.11% from 255 or 7.33% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18A1E is #0E75E1. Grayscale: #9D9D9D. Windows color (decimal): -947682 or 2001649. OLE color: 2001649.
HSL color Cylindrical-coordinate representation of color #F18A1E: hue angle of 30.71º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F18A1E is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 30 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.05 |
| HSL | 30.71º | 0.88% | 0.53% | - |
| HSV(B) | 30.71º | 0.88% | 0.95% | - |
| XYZ | 45.6 | 36.97 | 5.96 | - |
| YUV | 156.49 | 56.62 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 30 | 0 | 0.43 | 0.88 | 0.05 | 30.71 | 0.88 | 0.53 |
| Hex | F1 | 8A | 1E | 0 | 2B | 58 | 5 | 1F | 58 | 35 |
| Octal | 361 | 212 | 36 | 0 | 53 | 130 | 5 | 37 | 130 | 65 |
| Binary | 11110001 | 10001010 | 11110 | 0 | 101011 | 1011000 | 101 | 11111 | 1011000 | 110101 |
Color Harmonies of #F18A1E
Complementary color
Monochromatic Colors of #F18A1E
Black with #F18A1E
Text Example
Text Example
White with #F18A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A1E; }
p { color: rgb(241,138,30); }
H1.HeaderClassName
{
color: #F18A1E;
}
.AnyTagClassName
{
color: #F18A1E;
}
</style>
background-color css
<style>
a { background-color: #F18A1E; }
a { background-color: rgb(241,138,30); }
div.DivClassName
{
background-color: #F18A1E;
}
.BgClassName
{
background-color: #F18A1E;
}
</style>
border-color css
<style>
span { border-color: #F18A1E; }
span { border-color: rgb(241,138,30); }
td.TdClassName
{
border-color: #F18A1E;
}
.TagClassName
{
border-color: #F18A1E;
}
</style>