Shades of Carrot Orange #F28914
Tints of Carrot Orange #F28914
RGB
CMYK
RGB Variations
Color information
#F28914 (or 0xF28914) is known color: Carrot Orange. HEX triplet: F2, 89 and 14. RGB value is (242,137,20). Sum of RGB (Red+Green+Blue) = 242+137+20=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F28914 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28914 is #0D76EB. Grayscale: #9B9B9B. Windows color (decimal): -882412 or 1346034. OLE color: 1346034.
HSL color Cylindrical-coordinate representation of color #F28914: hue angle of 31.62º 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 #F28914 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 20 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.05 |
| HSL | 31.62º | 0.9% | 0.51% | - |
| HSV(B) | 31.62º | 0.92% | 0.95% | - |
| XYZ | 45.69 | 36.82 | 5.36 | - |
| YUV | 155.06 | 51.79 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 20 | 0 | 0.43 | 0.92 | 0.05 | 31.62 | 0.9 | 0.51 |
| Hex | F2 | 89 | 14 | 0 | 2B | 5C | 5 | 20 | 5A | 33 |
| Octal | 362 | 211 | 24 | 0 | 53 | 134 | 5 | 40 | 132 | 63 |
| Binary | 11110010 | 10001001 | 10100 | 0 | 101011 | 1011100 | 101 | 100000 | 1011010 | 110011 |
Color Harmonies of #F28914
Complementary color
Monochromatic Colors of #F28914
Black with #F28914
Text Example
Text Example
White with #F28914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28914; }
p { color: rgb(242,137,20); }
H1.HeaderClassName
{
color: #F28914;
}
.AnyTagClassName
{
color: #F28914;
}
</style>
background-color css
<style>
a { background-color: #F28914; }
a { background-color: rgb(242,137,20); }
div.DivClassName
{
background-color: #F28914;
}
.BgClassName
{
background-color: #F28914;
}
</style>
border-color css
<style>
span { border-color: #F28914; }
span { border-color: rgb(242,137,20); }
td.TdClassName
{
border-color: #F28914;
}
.TagClassName
{
border-color: #F28914;
}
</style>