Shades of Carrot Orange #F28717
Tints of Carrot Orange #F28717
RGB
CMYK
RGB Variations
Color information
#F28717 (or 0xF28717) is known color: Carrot Orange. HEX triplet: F2, 87 and 17. RGB value is (242,135,23). Sum of RGB (Red+Green+Blue) = 242+135+23=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 23 (9.38% from 255 or 5.75% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F28717 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28717 is #0D78E8. Grayscale: #9A9A9A. Windows color (decimal): -882921 or 1542130. OLE color: 1542130.
HSL color Cylindrical-coordinate representation of color #F28717: hue angle of 30.68º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F28717 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 23 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.05 |
| HSL | 30.68º | 0.89% | 0.52% | - |
| HSV(B) | 30.68º | 0.9% | 0.95% | - |
| XYZ | 45.44 | 36.27 | 5.42 | - |
| YUV | 154.23 | 53.95 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 23 | 0 | 0.44 | 0.90 | 0.05 | 30.68 | 0.89 | 0.52 |
| Hex | F2 | 87 | 17 | 0 | 2C | 5A | 5 | 1F | 59 | 34 |
| Octal | 362 | 207 | 27 | 0 | 54 | 132 | 5 | 37 | 131 | 64 |
| Binary | 11110010 | 10000111 | 10111 | 0 | 101100 | 1011010 | 101 | 11111 | 1011001 | 110100 |
Color Harmonies of #F28717
Complementary color
Monochromatic Colors of #F28717
Black with #F28717
Text Example
Text Example
White with #F28717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28717; }
p { color: rgb(242,135,23); }
H1.HeaderClassName
{
color: #F28717;
}
.AnyTagClassName
{
color: #F28717;
}
</style>
background-color css
<style>
a { background-color: #F28717; }
a { background-color: rgb(242,135,23); }
div.DivClassName
{
background-color: #F28717;
}
.BgClassName
{
background-color: #F28717;
}
</style>
border-color css
<style>
span { border-color: #F28717; }
span { border-color: rgb(242,135,23); }
td.TdClassName
{
border-color: #F28717;
}
.TagClassName
{
border-color: #F28717;
}
</style>