Shades of Carrot Orange #F28713
Tints of Carrot Orange #F28713
RGB
CMYK
RGB Variations
Color information
#F28713 (or 0xF28713) is known color: Carrot Orange. HEX triplet: F2, 87 and 13. RGB value is (242,135,19). Sum of RGB (Red+Green+Blue) = 242+135+19=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 19 (7.81% from 255 or 4.80% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F28713 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28713 is #0D78EC. Grayscale: #9A9A9A. Windows color (decimal): -882925 or 1279986. OLE color: 1279986.
HSL color Cylindrical-coordinate representation of color #F28713: hue angle of 31.21º 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 #F28713 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 19 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.05 |
| HSL | 31.21º | 0.9% | 0.51% | - |
| HSV(B) | 31.21º | 0.92% | 0.95% | - |
| XYZ | 45.4 | 36.25 | 5.22 | - |
| YUV | 153.77 | 51.95 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 19 | 0 | 0.44 | 0.92 | 0.05 | 31.21 | 0.9 | 0.51 |
| Hex | F2 | 87 | 13 | 0 | 2C | 5C | 5 | 1F | 5A | 33 |
| Octal | 362 | 207 | 23 | 0 | 54 | 134 | 5 | 37 | 132 | 63 |
| Binary | 11110010 | 10000111 | 10011 | 0 | 101100 | 1011100 | 101 | 11111 | 1011010 | 110011 |
Color Harmonies of #F28713
Complementary color
Monochromatic Colors of #F28713
Black with #F28713
Text Example
Text Example
White with #F28713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28713; }
p { color: rgb(242,135,19); }
H1.HeaderClassName
{
color: #F28713;
}
.AnyTagClassName
{
color: #F28713;
}
</style>
background-color css
<style>
a { background-color: #F28713; }
a { background-color: rgb(242,135,19); }
div.DivClassName
{
background-color: #F28713;
}
.BgClassName
{
background-color: #F28713;
}
</style>
border-color css
<style>
span { border-color: #F28713; }
span { border-color: rgb(242,135,19); }
td.TdClassName
{
border-color: #F28713;
}
.TagClassName
{
border-color: #F28713;
}
</style>