Shades of Carrot Orange #F1881B
Tints of Carrot Orange #F1881B
RGB
CMYK
RGB Variations
Color information
#F1881B (or 0xF1881B) is known color: Carrot Orange. HEX triplet: F1, 88 and 1B. RGB value is (241,136,27). Sum of RGB (Red+Green+Blue) = 241+136+27=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F1881B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1881B is #0E77E4. Grayscale: #9B9B9B. Windows color (decimal): -948197 or 1804529. OLE color: 1804529.
HSL color Cylindrical-coordinate representation of color #F1881B: hue angle of 30.56º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F1881B is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 27 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.05 |
| HSL | 30.56º | 0.88% | 0.53% | - |
| HSV(B) | 30.56º | 0.89% | 0.95% | - |
| XYZ | 45.28 | 36.39 | 5.67 | - |
| YUV | 154.97 | 55.79 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 27 | 0 | 0.44 | 0.89 | 0.05 | 30.56 | 0.88 | 0.53 |
| Hex | F1 | 88 | 1B | 0 | 2C | 59 | 5 | 1F | 58 | 35 |
| Octal | 361 | 210 | 33 | 0 | 54 | 131 | 5 | 37 | 130 | 65 |
| Binary | 11110001 | 10001000 | 11011 | 0 | 101100 | 1011001 | 101 | 11111 | 1011000 | 110101 |
Color Harmonies of #F1881B
Complementary color
Monochromatic Colors of #F1881B
Black with #F1881B
Text Example
Text Example
White with #F1881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1881B; }
p { color: rgb(241,136,27); }
H1.HeaderClassName
{
color: #F1881B;
}
.AnyTagClassName
{
color: #F1881B;
}
</style>
background-color css
<style>
a { background-color: #F1881B; }
a { background-color: rgb(241,136,27); }
div.DivClassName
{
background-color: #F1881B;
}
.BgClassName
{
background-color: #F1881B;
}
</style>
border-color css
<style>
span { border-color: #F1881B; }
span { border-color: rgb(241,136,27); }
td.TdClassName
{
border-color: #F1881B;
}
.TagClassName
{
border-color: #F1881B;
}
</style>