Shades of Carrot Orange #F28714
Tints of Carrot Orange #F28714
RGB
CMYK
RGB Variations
Color information
#F28714 (or 0xF28714) is known color: Carrot Orange. HEX triplet: F2, 87 and 14. RGB value is (242,135,20). Sum of RGB (Red+Green+Blue) = 242+135+20=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F28714 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28714 is #0D78EB. Grayscale: #9A9A9A. Windows color (decimal): -882924 or 1345522. OLE color: 1345522.
HSL color Cylindrical-coordinate representation of color #F28714: hue angle of 31.08º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F28714 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 20 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.05 |
| HSL | 31.08º | 0.9% | 0.51% | - |
| HSV(B) | 31.08º | 0.92% | 0.95% | - |
| XYZ | 45.41 | 36.26 | 5.27 | - |
| YUV | 153.88 | 52.45 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 20 | 0 | 0.44 | 0.92 | 0.05 | 31.08 | 0.9 | 0.51 |
| Hex | F2 | 87 | 14 | 0 | 2C | 5C | 5 | 1F | 5A | 33 |
| Octal | 362 | 207 | 24 | 0 | 54 | 134 | 5 | 37 | 132 | 63 |
| Binary | 11110010 | 10000111 | 10100 | 0 | 101100 | 1011100 | 101 | 11111 | 1011010 | 110011 |
Color Harmonies of #F28714
Complementary color
Monochromatic Colors of #F28714
Black with #F28714
Text Example
Text Example
White with #F28714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28714; }
p { color: rgb(242,135,20); }
H1.HeaderClassName
{
color: #F28714;
}
.AnyTagClassName
{
color: #F28714;
}
</style>
background-color css
<style>
a { background-color: #F28714; }
a { background-color: rgb(242,135,20); }
div.DivClassName
{
background-color: #F28714;
}
.BgClassName
{
background-color: #F28714;
}
</style>
border-color css
<style>
span { border-color: #F28714; }
span { border-color: rgb(242,135,20); }
td.TdClassName
{
border-color: #F28714;
}
.TagClassName
{
border-color: #F28714;
}
</style>