Shades of Carrot Orange #F18A20
Tints of Carrot Orange #F18A20
RGB
CMYK
RGB Variations
Color information
#F18A20 (or 0xF18A20) is known color: Carrot Orange. HEX triplet: F1, 8A and 20. RGB value is (241,138,32). Sum of RGB (Red+Green+Blue) = 241+138+32=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18A20 is #0E75DF. Grayscale: #9D9D9D. Windows color (decimal): -947680 or 2132721. OLE color: 2132721.
HSL color Cylindrical-coordinate representation of color #F18A20: hue angle of 30.43º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F18A20 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 32 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.05 |
| HSL | 30.43º | 0.88% | 0.54% | - |
| HSV(B) | 30.43º | 0.87% | 0.95% | - |
| XYZ | 45.62 | 36.98 | 6.1 | - |
| YUV | 156.71 | 57.62 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 32 | 0 | 0.43 | 0.87 | 0.05 | 30.43 | 0.88 | 0.54 |
| Hex | F1 | 8A | 20 | 0 | 2B | 57 | 5 | 1E | 58 | 36 |
| Octal | 361 | 212 | 40 | 0 | 53 | 127 | 5 | 36 | 130 | 66 |
| Binary | 11110001 | 10001010 | 100000 | 0 | 101011 | 1010111 | 101 | 11110 | 1011000 | 110110 |
Color Harmonies of #F18A20
Complementary color
Monochromatic Colors of #F18A20
Black with #F18A20
Text Example
Text Example
White with #F18A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A20; }
p { color: rgb(241,138,32); }
H1.HeaderClassName
{
color: #F18A20;
}
.AnyTagClassName
{
color: #F18A20;
}
</style>
background-color css
<style>
a { background-color: #F18A20; }
a { background-color: rgb(241,138,32); }
div.DivClassName
{
background-color: #F18A20;
}
.BgClassName
{
background-color: #F18A20;
}
</style>
border-color css
<style>
span { border-color: #F18A20; }
span { border-color: rgb(241,138,32); }
td.TdClassName
{
border-color: #F18A20;
}
.TagClassName
{
border-color: #F18A20;
}
</style>