Shades of Carrot Orange #F28613
Tints of Carrot Orange #F28613
RGB
CMYK
RGB Variations
Color information
#F28613 (or 0xF28613) is known color: Carrot Orange. HEX triplet: F2, 86 and 13. RGB value is (242,134,19). Sum of RGB (Red+Green+Blue) = 242+134+19=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 19 (7.81% from 255 or 4.81% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F28613 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28613 is #0D79EC. Grayscale: #999999. Windows color (decimal): -883181 or 1279730. OLE color: 1279730.
HSL color Cylindrical-coordinate representation of color #F28613: hue angle of 30.94º 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 #F28613 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 19 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.05 |
| HSL | 30.94º | 0.9% | 0.51% | - |
| HSV(B) | 30.94º | 0.92% | 0.95% | - |
| XYZ | 45.26 | 35.97 | 5.17 | - |
| YUV | 153.18 | 52.28 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 19 | 0 | 0.45 | 0.92 | 0.05 | 30.94 | 0.9 | 0.51 |
| Hex | F2 | 86 | 13 | 0 | 2D | 5C | 5 | 1F | 5A | 33 |
| Octal | 362 | 206 | 23 | 0 | 55 | 134 | 5 | 37 | 132 | 63 |
| Binary | 11110010 | 10000110 | 10011 | 0 | 101101 | 1011100 | 101 | 11111 | 1011010 | 110011 |
Color Harmonies of #F28613
Complementary color
Monochromatic Colors of #F28613
Black with #F28613
Text Example
Text Example
White with #F28613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28613; }
p { color: rgb(242,134,19); }
H1.HeaderClassName
{
color: #F28613;
}
.AnyTagClassName
{
color: #F28613;
}
</style>
background-color css
<style>
a { background-color: #F28613; }
a { background-color: rgb(242,134,19); }
div.DivClassName
{
background-color: #F28613;
}
.BgClassName
{
background-color: #F28613;
}
</style>
border-color css
<style>
span { border-color: #F28613; }
span { border-color: rgb(242,134,19); }
td.TdClassName
{
border-color: #F28613;
}
.TagClassName
{
border-color: #F28613;
}
</style>