Shades of Carrot Orange #F2881A
Tints of Carrot Orange #F2881A
RGB
CMYK
RGB Variations
Color information
#F2881A (or 0xF2881A) is known color: Carrot Orange. HEX triplet: F2, 88 and 1A. RGB value is (242,136,26). Sum of RGB (Red+Green+Blue) = 242+136+26=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 26 (10.55% from 255 or 6.44% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F2881A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2881A is #0D77E5. Grayscale: #9B9B9B. Windows color (decimal): -882662 or 1738994. OLE color: 1738994.
HSL color Cylindrical-coordinate representation of color #F2881A: hue angle of 30.56º 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 #F2881A is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 26 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.05 |
| HSL | 30.56º | 0.89% | 0.53% | - |
| HSV(B) | 30.56º | 0.89% | 0.95% | - |
| XYZ | 45.61 | 36.56 | 5.63 | - |
| YUV | 155.15 | 55.12 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 26 | 0 | 0.44 | 0.89 | 0.05 | 30.56 | 0.89 | 0.53 |
| Hex | F2 | 88 | 1A | 0 | 2C | 59 | 5 | 1F | 59 | 35 |
| Octal | 362 | 210 | 32 | 0 | 54 | 131 | 5 | 37 | 131 | 65 |
| Binary | 11110010 | 10001000 | 11010 | 0 | 101100 | 1011001 | 101 | 11111 | 1011001 | 110101 |
Color Harmonies of #F2881A
Complementary color
Monochromatic Colors of #F2881A
Black with #F2881A
Text Example
Text Example
White with #F2881A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2881A; }
p { color: rgb(242,136,26); }
H1.HeaderClassName
{
color: #F2881A;
}
.AnyTagClassName
{
color: #F2881A;
}
</style>
background-color css
<style>
a { background-color: #F2881A; }
a { background-color: rgb(242,136,26); }
div.DivClassName
{
background-color: #F2881A;
}
.BgClassName
{
background-color: #F2881A;
}
</style>
border-color css
<style>
span { border-color: #F2881A; }
span { border-color: rgb(242,136,26); }
td.TdClassName
{
border-color: #F2881A;
}
.TagClassName
{
border-color: #F2881A;
}
</style>