Shades of Carrot Orange #F28814
Tints of Carrot Orange #F28814
RGB
CMYK
RGB Variations
Color information
#F28814 (or 0xF28814) is known color: Carrot Orange. HEX triplet: F2, 88 and 14. RGB value is (242,136,20). Sum of RGB (Red+Green+Blue) = 242+136+20=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 20 (8.20% from 255 or 5.03% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F28814 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28814 is #0D77EB. Grayscale: #9B9B9B. Windows color (decimal): -882668 or 1345778. OLE color: 1345778.
HSL color Cylindrical-coordinate representation of color #F28814: hue angle of 31.35º 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 #F28814 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 20 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.05 |
| HSL | 31.35º | 0.9% | 0.51% | - |
| HSV(B) | 31.35º | 0.92% | 0.95% | - |
| XYZ | 45.55 | 36.54 | 5.31 | - |
| YUV | 154.47 | 52.12 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 20 | 0 | 0.44 | 0.92 | 0.05 | 31.35 | 0.9 | 0.51 |
| Hex | F2 | 88 | 14 | 0 | 2C | 5C | 5 | 1F | 5A | 33 |
| Octal | 362 | 210 | 24 | 0 | 54 | 134 | 5 | 37 | 132 | 63 |
| Binary | 11110010 | 10001000 | 10100 | 0 | 101100 | 1011100 | 101 | 11111 | 1011010 | 110011 |
Color Harmonies of #F28814
Complementary color
Monochromatic Colors of #F28814
Black with #F28814
Text Example
Text Example
White with #F28814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28814; }
p { color: rgb(242,136,20); }
H1.HeaderClassName
{
color: #F28814;
}
.AnyTagClassName
{
color: #F28814;
}
</style>
background-color css
<style>
a { background-color: #F28814; }
a { background-color: rgb(242,136,20); }
div.DivClassName
{
background-color: #F28814;
}
.BgClassName
{
background-color: #F28814;
}
</style>
border-color css
<style>
span { border-color: #F28814; }
span { border-color: rgb(242,136,20); }
td.TdClassName
{
border-color: #F28814;
}
.TagClassName
{
border-color: #F28814;
}
</style>