Shades of Carrot Orange #F29A1D
Tints of Carrot Orange #F29A1D
RGB
CMYK
RGB Variations
Color information
#F29A1D (or 0xF29A1D) is known color: Carrot Orange. HEX triplet: F2, 9A and 1D. RGB value is (242,154,29). Sum of RGB (Red+Green+Blue) = 242+154+29=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 29 (11.72% from 255 or 6.82% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F29A1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29A1D is #0D65E2. Grayscale: #A6A6A6. Windows color (decimal): -878051 or 1940210. OLE color: 1940210.
HSL color Cylindrical-coordinate representation of color #F29A1D: hue angle of 35.21º 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 #F29A1D is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 154 | 29 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.05 |
| HSL | 35.21º | 0.89% | 0.53% | - |
| HSV(B) | 35.21º | 0.88% | 0.95% | - |
| XYZ | 48.4 | 42.08 | 6.73 | - |
| YUV | 166.06 | 50.65 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 154 | 29 | 0 | 0.36 | 0.88 | 0.05 | 35.21 | 0.89 | 0.53 |
| Hex | F2 | 9A | 1D | 0 | 24 | 58 | 5 | 23 | 59 | 35 |
| Octal | 362 | 232 | 35 | 0 | 44 | 130 | 5 | 43 | 131 | 65 |
| Binary | 11110010 | 10011010 | 11101 | 0 | 100100 | 1011000 | 101 | 100011 | 1011001 | 110101 |
Color Harmonies of #F29A1D
Complementary color
Monochromatic Colors of #F29A1D
Black with #F29A1D
Text Example
Text Example
White with #F29A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29A1D; }
p { color: rgb(242,154,29); }
H1.HeaderClassName
{
color: #F29A1D;
}
.AnyTagClassName
{
color: #F29A1D;
}
</style>
background-color css
<style>
a { background-color: #F29A1D; }
a { background-color: rgb(242,154,29); }
div.DivClassName
{
background-color: #F29A1D;
}
.BgClassName
{
background-color: #F29A1D;
}
</style>
border-color css
<style>
span { border-color: #F29A1D; }
span { border-color: rgb(242,154,29); }
td.TdClassName
{
border-color: #F29A1D;
}
.TagClassName
{
border-color: #F29A1D;
}
</style>