Shades of Carrot Orange #F28E29
Tints of Carrot Orange #F28E29
RGB
CMYK
RGB Variations
Color information
#F28E29 (or 0xF28E29) is known color: Carrot Orange. HEX triplet: F2, 8E and 29. RGB value is (242,142,41). Sum of RGB (Red+Green+Blue) = 242+142+41=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 41 (16.41% from 255 or 9.65% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28E29 is #0D71D6. Grayscale: #A0A0A0. Windows color (decimal): -881111 or 2723570. OLE color: 2723570.
HSL color Cylindrical-coordinate representation of color #F28E29: hue angle of 30.15º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F28E29 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 41 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.05 |
| HSL | 30.15º | 0.89% | 0.55% | - |
| HSV(B) | 30.15º | 0.83% | 0.95% | - |
| XYZ | 46.69 | 38.38 | 7.05 | - |
| YUV | 160.39 | 60.63 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 41 | 0 | 0.41 | 0.83 | 0.05 | 30.15 | 0.89 | 0.55 |
| Hex | F2 | 8E | 29 | 0 | 29 | 53 | 5 | 1E | 59 | 37 |
| Octal | 362 | 216 | 51 | 0 | 51 | 123 | 5 | 36 | 131 | 67 |
| Binary | 11110010 | 10001110 | 101001 | 0 | 101001 | 1010011 | 101 | 11110 | 1011001 | 110111 |
Color Harmonies of #F28E29
Complementary color
Monochromatic Colors of #F28E29
Black with #F28E29
Text Example
Text Example
White with #F28E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28E29; }
p { color: rgb(242,142,41); }
H1.HeaderClassName
{
color: #F28E29;
}
.AnyTagClassName
{
color: #F28E29;
}
</style>
background-color css
<style>
a { background-color: #F28E29; }
a { background-color: rgb(242,142,41); }
div.DivClassName
{
background-color: #F28E29;
}
.BgClassName
{
background-color: #F28E29;
}
</style>
border-color css
<style>
span { border-color: #F28E29; }
span { border-color: rgb(242,142,41); }
td.TdClassName
{
border-color: #F28E29;
}
.TagClassName
{
border-color: #F28E29;
}
</style>