Shades of Carrot Orange #F2881B
Tints of Carrot Orange #F2881B
RGB
CMYK
RGB Variations
Color information
#F2881B (or 0xF2881B) is known color: Carrot Orange. HEX triplet: F2, 88 and 1B. RGB value is (242,136,27). Sum of RGB (Red+Green+Blue) = 242+136+27=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 27 (10.94% from 255 or 6.67% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F2881B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2881B is #0D77E4. Grayscale: #9B9B9B. Windows color (decimal): -882661 or 1804530. OLE color: 1804530.
HSL color Cylindrical-coordinate representation of color #F2881B: hue angle of 30.42º degrees, saturation: 0.89, 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 #F2881B is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 27 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.05 |
| HSL | 30.42º | 0.89% | 0.53% | - |
| HSV(B) | 30.42º | 0.89% | 0.95% | - |
| XYZ | 45.62 | 36.56 | 5.69 | - |
| YUV | 155.27 | 55.62 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 27 | 0 | 0.44 | 0.89 | 0.05 | 30.42 | 0.89 | 0.53 |
| Hex | F2 | 88 | 1B | 0 | 2C | 59 | 5 | 1E | 59 | 35 |
| Octal | 362 | 210 | 33 | 0 | 54 | 131 | 5 | 36 | 131 | 65 |
| Binary | 11110010 | 10001000 | 11011 | 0 | 101100 | 1011001 | 101 | 11110 | 1011001 | 110101 |
Color Harmonies of #F2881B
Complementary color
Monochromatic Colors of #F2881B
Black with #F2881B
Text Example
Text Example
White with #F2881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2881B; }
p { color: rgb(242,136,27); }
H1.HeaderClassName
{
color: #F2881B;
}
.AnyTagClassName
{
color: #F2881B;
}
</style>
background-color css
<style>
a { background-color: #F2881B; }
a { background-color: rgb(242,136,27); }
div.DivClassName
{
background-color: #F2881B;
}
.BgClassName
{
background-color: #F2881B;
}
</style>
border-color css
<style>
span { border-color: #F2881B; }
span { border-color: rgb(242,136,27); }
td.TdClassName
{
border-color: #F2881B;
}
.TagClassName
{
border-color: #F2881B;
}
</style>