Shades of Carrot Orange #F28D16
Tints of Carrot Orange #F28D16
RGB
CMYK
RGB Variations
Color information
#F28D16 (or 0xF28D16) is known color: Carrot Orange. HEX triplet: F2, 8D and 16. RGB value is (242,141,22). Sum of RGB (Red+Green+Blue) = 242+141+22=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28D16 is #0D72E9. Grayscale: #9E9E9E. Windows color (decimal): -881386 or 1478130. OLE color: 1478130.
HSL color Cylindrical-coordinate representation of color #F28D16: hue angle of 32.45º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F28D16 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 22 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.05 |
| HSL | 32.45º | 0.89% | 0.52% | - |
| HSV(B) | 32.45º | 0.91% | 0.95% | - |
| XYZ | 46.29 | 37.98 | 5.65 | - |
| YUV | 157.63 | 51.46 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 22 | 0 | 0.42 | 0.91 | 0.05 | 32.45 | 0.89 | 0.52 |
| Hex | F2 | 8D | 16 | 0 | 2A | 5B | 5 | 20 | 59 | 34 |
| Octal | 362 | 215 | 26 | 0 | 52 | 133 | 5 | 40 | 131 | 64 |
| Binary | 11110010 | 10001101 | 10110 | 0 | 101010 | 1011011 | 101 | 100000 | 1011001 | 110100 |
Color Harmonies of #F28D16
Complementary color
Monochromatic Colors of #F28D16
Black with #F28D16
Text Example
Text Example
White with #F28D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28D16; }
p { color: rgb(242,141,22); }
H1.HeaderClassName
{
color: #F28D16;
}
.AnyTagClassName
{
color: #F28D16;
}
</style>
background-color css
<style>
a { background-color: #F28D16; }
a { background-color: rgb(242,141,22); }
div.DivClassName
{
background-color: #F28D16;
}
.BgClassName
{
background-color: #F28D16;
}
</style>
border-color css
<style>
span { border-color: #F28D16; }
span { border-color: rgb(242,141,22); }
td.TdClassName
{
border-color: #F28D16;
}
.TagClassName
{
border-color: #F28D16;
}
</style>