Shades of Carrot Orange #F29E1D
Tints of Carrot Orange #F29E1D
RGB
CMYK
RGB Variations
Color information
#F29E1D (or 0xF29E1D) is known color: Carrot Orange. HEX triplet: F2, 9E and 1D. RGB value is (242,158,29). Sum of RGB (Red+Green+Blue) = 242+158+29=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 29 (11.72% from 255 or 6.76% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F29E1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29E1D is #0D61E2. Grayscale: #A9A9A9. Windows color (decimal): -877027 or 1941234. OLE color: 1941234.
HSL color Cylindrical-coordinate representation of color #F29E1D: hue angle of 36.34º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F29E1D is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 158 | 29 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.05 |
| HSL | 36.34º | 0.89% | 0.53% | - |
| HSV(B) | 36.34º | 0.88% | 0.95% | - |
| XYZ | 49.07 | 43.42 | 6.96 | - |
| YUV | 168.41 | 49.33 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 158 | 29 | 0 | 0.35 | 0.88 | 0.05 | 36.34 | 0.89 | 0.53 |
| Hex | F2 | 9E | 1D | 0 | 23 | 58 | 5 | 24 | 59 | 35 |
| Octal | 362 | 236 | 35 | 0 | 43 | 130 | 5 | 44 | 131 | 65 |
| Binary | 11110010 | 10011110 | 11101 | 0 | 100011 | 1011000 | 101 | 100100 | 1011001 | 110101 |
Color Harmonies of #F29E1D
Complementary color
Monochromatic Colors of #F29E1D
Black with #F29E1D
Text Example
Text Example
White with #F29E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29E1D; }
p { color: rgb(242,158,29); }
H1.HeaderClassName
{
color: #F29E1D;
}
.AnyTagClassName
{
color: #F29E1D;
}
</style>
background-color css
<style>
a { background-color: #F29E1D; }
a { background-color: rgb(242,158,29); }
div.DivClassName
{
background-color: #F29E1D;
}
.BgClassName
{
background-color: #F29E1D;
}
</style>
border-color css
<style>
span { border-color: #F29E1D; }
span { border-color: rgb(242,158,29); }
td.TdClassName
{
border-color: #F29E1D;
}
.TagClassName
{
border-color: #F29E1D;
}
</style>