Shades of Carrot Orange #F28C17
Tints of Carrot Orange #F28C17
RGB
CMYK
RGB Variations
Color information
#F28C17 (or 0xF28C17) is known color: Carrot Orange. HEX triplet: F2, 8C and 17. RGB value is (242,140,23). Sum of RGB (Red+Green+Blue) = 242+140+23=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 23 (9.38% from 255 or 5.68% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28C17 is #0D73E8. Grayscale: #9D9D9D. Windows color (decimal): -881641 or 1543410. OLE color: 1543410.
HSL color Cylindrical-coordinate representation of color #F28C17: hue angle of 32.05º 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 #F28C17 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 23 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.05 |
| HSL | 32.05º | 0.89% | 0.52% | - |
| HSV(B) | 32.05º | 0.9% | 0.95% | - |
| XYZ | 46.15 | 37.7 | 5.65 | - |
| YUV | 157.16 | 52.29 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 23 | 0 | 0.42 | 0.90 | 0.05 | 32.05 | 0.89 | 0.52 |
| Hex | F2 | 8C | 17 | 0 | 2A | 5A | 5 | 20 | 59 | 34 |
| Octal | 362 | 214 | 27 | 0 | 52 | 132 | 5 | 40 | 131 | 64 |
| Binary | 11110010 | 10001100 | 10111 | 0 | 101010 | 1011010 | 101 | 100000 | 1011001 | 110100 |
Color Harmonies of #F28C17
Complementary color
Monochromatic Colors of #F28C17
Black with #F28C17
Text Example
Text Example
White with #F28C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28C17; }
p { color: rgb(242,140,23); }
H1.HeaderClassName
{
color: #F28C17;
}
.AnyTagClassName
{
color: #F28C17;
}
</style>
background-color css
<style>
a { background-color: #F28C17; }
a { background-color: rgb(242,140,23); }
div.DivClassName
{
background-color: #F28C17;
}
.BgClassName
{
background-color: #F28C17;
}
</style>
border-color css
<style>
span { border-color: #F28C17; }
span { border-color: rgb(242,140,23); }
td.TdClassName
{
border-color: #F28C17;
}
.TagClassName
{
border-color: #F28C17;
}
</style>