Shades of Carrot Orange #F18F2B
Tints of Carrot Orange #F18F2B
RGB
CMYK
RGB Variations
Color information
#F18F2B (or 0xF18F2B) is known color: Carrot Orange. HEX triplet: F1, 8F and 2B. RGB value is (241,143,43). Sum of RGB (Red+Green+Blue) = 241+143+43=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 43 (17.19% from 255 or 10.07% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18F2B is #0E70D4. Grayscale: #A1A1A1. Windows color (decimal): -946389 or 2854897. OLE color: 2854897.
HSL color Cylindrical-coordinate representation of color #F18F2B: hue angle of 30.3º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F18F2B is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 43 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.05 |
| HSL | 30.3º | 0.88% | 0.56% | - |
| HSV(B) | 30.3º | 0.82% | 0.95% | - |
| XYZ | 46.53 | 38.52 | 7.27 | - |
| YUV | 160.9 | 61.47 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 43 | 0 | 0.41 | 0.82 | 0.05 | 30.3 | 0.88 | 0.56 |
| Hex | F1 | 8F | 2B | 0 | 29 | 52 | 5 | 1E | 58 | 38 |
| Octal | 361 | 217 | 53 | 0 | 51 | 122 | 5 | 36 | 130 | 70 |
| Binary | 11110001 | 10001111 | 101011 | 0 | 101001 | 1010010 | 101 | 11110 | 1011000 | 111000 |
Color Harmonies of #F18F2B
Complementary color
Monochromatic Colors of #F18F2B
Black with #F18F2B
Text Example
Text Example
White with #F18F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F2B; }
p { color: rgb(241,143,43); }
H1.HeaderClassName
{
color: #F18F2B;
}
.AnyTagClassName
{
color: #F18F2B;
}
</style>
background-color css
<style>
a { background-color: #F18F2B; }
a { background-color: rgb(241,143,43); }
div.DivClassName
{
background-color: #F18F2B;
}
.BgClassName
{
background-color: #F18F2B;
}
</style>
border-color css
<style>
span { border-color: #F18F2B; }
span { border-color: rgb(241,143,43); }
td.TdClassName
{
border-color: #F18F2B;
}
.TagClassName
{
border-color: #F18F2B;
}
</style>