Shades of Carrot Orange #F2881C
Tints of Carrot Orange #F2881C
RGB
CMYK
RGB Variations
Color information
#F2881C (or 0xF2881C) is known color: Carrot Orange. HEX triplet: F2, 88 and 1C. RGB value is (242,136,28). Sum of RGB (Red+Green+Blue) = 242+136+28=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 28 (11.33% from 255 or 6.90% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F2881C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2881C is #0D77E3. Grayscale: #9B9B9B. Windows color (decimal): -882660 or 1870066. OLE color: 1870066.
HSL color Cylindrical-coordinate representation of color #F2881C: hue angle of 30.28º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2881C is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 28 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.05 |
| HSL | 30.28º | 0.89% | 0.53% | - |
| HSV(B) | 30.28º | 0.88% | 0.95% | - |
| XYZ | 45.63 | 36.57 | 5.75 | - |
| YUV | 155.38 | 56.12 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 28 | 0 | 0.44 | 0.88 | 0.05 | 30.28 | 0.89 | 0.53 |
| Hex | F2 | 88 | 1C | 0 | 2C | 58 | 5 | 1E | 59 | 35 |
| Octal | 362 | 210 | 34 | 0 | 54 | 130 | 5 | 36 | 131 | 65 |
| Binary | 11110010 | 10001000 | 11100 | 0 | 101100 | 1011000 | 101 | 11110 | 1011001 | 110101 |
Color Harmonies of #F2881C
Complementary color
Monochromatic Colors of #F2881C
Black with #F2881C
Text Example
Text Example
White with #F2881C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2881C; }
p { color: rgb(242,136,28); }
H1.HeaderClassName
{
color: #F2881C;
}
.AnyTagClassName
{
color: #F2881C;
}
</style>
background-color css
<style>
a { background-color: #F2881C; }
a { background-color: rgb(242,136,28); }
div.DivClassName
{
background-color: #F2881C;
}
.BgClassName
{
background-color: #F2881C;
}
</style>
border-color css
<style>
span { border-color: #F2881C; }
span { border-color: rgb(242,136,28); }
td.TdClassName
{
border-color: #F2881C;
}
.TagClassName
{
border-color: #F2881C;
}
</style>