Shades of Carrot Orange #F18B2B
Tints of Carrot Orange #F18B2B
RGB
CMYK
RGB Variations
Color information
#F18B2B (or 0xF18B2B) is known color: Carrot Orange. HEX triplet: F1, 8B and 2B. RGB value is (241,139,43). Sum of RGB (Red+Green+Blue) = 241+139+43=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 43 (17.19% from 255 or 10.17% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18B2B is #0E74D4. Grayscale: #9F9F9F. Windows color (decimal): -947413 or 2853873. OLE color: 2853873.
HSL color Cylindrical-coordinate representation of color #F18B2B: hue angle of 29.09º 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 #F18B2B is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 43 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.05 |
| HSL | 29.09º | 0.88% | 0.56% | - |
| HSV(B) | 29.09º | 0.82% | 0.95% | - |
| XYZ | 45.94 | 37.34 | 7.07 | - |
| YUV | 158.55 | 62.79 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 43 | 0 | 0.42 | 0.82 | 0.05 | 29.09 | 0.88 | 0.56 |
| Hex | F1 | 8B | 2B | 0 | 2A | 52 | 5 | 1D | 58 | 38 |
| Octal | 361 | 213 | 53 | 0 | 52 | 122 | 5 | 35 | 130 | 70 |
| Binary | 11110001 | 10001011 | 101011 | 0 | 101010 | 1010010 | 101 | 11101 | 1011000 | 111000 |
Color Harmonies of #F18B2B
Complementary color
Monochromatic Colors of #F18B2B
Black with #F18B2B
Text Example
Text Example
White with #F18B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18B2B; }
p { color: rgb(241,139,43); }
H1.HeaderClassName
{
color: #F18B2B;
}
.AnyTagClassName
{
color: #F18B2B;
}
</style>
background-color css
<style>
a { background-color: #F18B2B; }
a { background-color: rgb(241,139,43); }
div.DivClassName
{
background-color: #F18B2B;
}
.BgClassName
{
background-color: #F18B2B;
}
</style>
border-color css
<style>
span { border-color: #F18B2B; }
span { border-color: rgb(241,139,43); }
td.TdClassName
{
border-color: #F18B2B;
}
.TagClassName
{
border-color: #F18B2B;
}
</style>