Shades of Carrot Orange #F2871B
Tints of Carrot Orange #F2871B
RGB
CMYK
RGB Variations
Color information
#F2871B (or 0xF2871B) is known color: Carrot Orange. HEX triplet: F2, 87 and 1B. RGB value is (242,135,27). Sum of RGB (Red+Green+Blue) = 242+135+27=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F2871B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2871B is #0D78E4. Grayscale: #9B9B9B. Windows color (decimal): -882917 or 1804274. OLE color: 1804274.
HSL color Cylindrical-coordinate representation of color #F2871B: hue angle of 30.14º 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 #F2871B is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 27 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.05 |
| HSL | 30.14º | 0.89% | 0.53% | - |
| HSV(B) | 30.14º | 0.89% | 0.95% | - |
| XYZ | 45.48 | 36.28 | 5.64 | - |
| YUV | 154.68 | 55.95 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 27 | 0 | 0.44 | 0.89 | 0.05 | 30.14 | 0.89 | 0.53 |
| Hex | F2 | 87 | 1B | 0 | 2C | 59 | 5 | 1E | 59 | 35 |
| Octal | 362 | 207 | 33 | 0 | 54 | 131 | 5 | 36 | 131 | 65 |
| Binary | 11110010 | 10000111 | 11011 | 0 | 101100 | 1011001 | 101 | 11110 | 1011001 | 110101 |
Color Harmonies of #F2871B
Complementary color
Monochromatic Colors of #F2871B
Black with #F2871B
Text Example
Text Example
White with #F2871B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2871B; }
p { color: rgb(242,135,27); }
H1.HeaderClassName
{
color: #F2871B;
}
.AnyTagClassName
{
color: #F2871B;
}
</style>
background-color css
<style>
a { background-color: #F2871B; }
a { background-color: rgb(242,135,27); }
div.DivClassName
{
background-color: #F2871B;
}
.BgClassName
{
background-color: #F2871B;
}
</style>
border-color css
<style>
span { border-color: #F2871B; }
span { border-color: rgb(242,135,27); }
td.TdClassName
{
border-color: #F2871B;
}
.TagClassName
{
border-color: #F2871B;
}
</style>