Shades of Carrot Orange #F2891C
Tints of Carrot Orange #F2891C
RGB
CMYK
RGB Variations
Color information
#F2891C (or 0xF2891C) is known color: Carrot Orange. HEX triplet: F2, 89 and 1C. RGB value is (242,137,28). Sum of RGB (Red+Green+Blue) = 242+137+28=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 28 (11.33% from 255 or 6.88% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F2891C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2891C is #0D76E3. Grayscale: #9C9C9C. Windows color (decimal): -882404 or 1870322. OLE color: 1870322.
HSL color Cylindrical-coordinate representation of color #F2891C: 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.88%. Process color model (Four color, CMYK) of #F2891C is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 28 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.05 |
| HSL | 30.56º | 0.89% | 0.53% | - |
| HSV(B) | 30.56º | 0.88% | 0.95% | - |
| XYZ | 45.77 | 36.85 | 5.8 | - |
| YUV | 155.97 | 55.79 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 28 | 0 | 0.43 | 0.88 | 0.05 | 30.56 | 0.89 | 0.53 |
| Hex | F2 | 89 | 1C | 0 | 2B | 58 | 5 | 1F | 59 | 35 |
| Octal | 362 | 211 | 34 | 0 | 53 | 130 | 5 | 37 | 131 | 65 |
| Binary | 11110010 | 10001001 | 11100 | 0 | 101011 | 1011000 | 101 | 11111 | 1011001 | 110101 |
Color Harmonies of #F2891C
Complementary color
Monochromatic Colors of #F2891C
Black with #F2891C
Text Example
Text Example
White with #F2891C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2891C; }
p { color: rgb(242,137,28); }
H1.HeaderClassName
{
color: #F2891C;
}
.AnyTagClassName
{
color: #F2891C;
}
</style>
background-color css
<style>
a { background-color: #F2891C; }
a { background-color: rgb(242,137,28); }
div.DivClassName
{
background-color: #F2891C;
}
.BgClassName
{
background-color: #F2891C;
}
</style>
border-color css
<style>
span { border-color: #F2891C; }
span { border-color: rgb(242,137,28); }
td.TdClassName
{
border-color: #F2891C;
}
.TagClassName
{
border-color: #F2891C;
}
</style>