Shades of Carrot Orange #F29D1A
Tints of Carrot Orange #F29D1A
RGB
CMYK
RGB Variations
Color information
#F29D1A (or 0xF29D1A) is known color: Carrot Orange. HEX triplet: F2, 9D and 1A. RGB value is (242,157,26). Sum of RGB (Red+Green+Blue) = 242+157+26=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 26 (10.55% from 255 or 6.12% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F29D1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29D1A is #0D62E5. Grayscale: #A8A8A8. Windows color (decimal): -877286 or 1744370. OLE color: 1744370.
HSL color Cylindrical-coordinate representation of color #F29D1A: hue angle of 36.39º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F29D1A is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 157 | 26 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.05 |
| HSL | 36.39º | 0.89% | 0.53% | - |
| HSV(B) | 36.39º | 0.89% | 0.95% | - |
| XYZ | 48.86 | 43.07 | 6.71 | - |
| YUV | 167.48 | 48.16 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 157 | 26 | 0 | 0.35 | 0.89 | 0.05 | 36.39 | 0.89 | 0.53 |
| Hex | F2 | 9D | 1A | 0 | 23 | 59 | 5 | 24 | 59 | 35 |
| Octal | 362 | 235 | 32 | 0 | 43 | 131 | 5 | 44 | 131 | 65 |
| Binary | 11110010 | 10011101 | 11010 | 0 | 100011 | 1011001 | 101 | 100100 | 1011001 | 110101 |
Color Harmonies of #F29D1A
Complementary color
Monochromatic Colors of #F29D1A
Black with #F29D1A
Text Example
Text Example
White with #F29D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29D1A; }
p { color: rgb(242,157,26); }
H1.HeaderClassName
{
color: #F29D1A;
}
.AnyTagClassName
{
color: #F29D1A;
}
</style>
background-color css
<style>
a { background-color: #F29D1A; }
a { background-color: rgb(242,157,26); }
div.DivClassName
{
background-color: #F29D1A;
}
.BgClassName
{
background-color: #F29D1A;
}
</style>
border-color css
<style>
span { border-color: #F29D1A; }
span { border-color: rgb(242,157,26); }
td.TdClassName
{
border-color: #F29D1A;
}
.TagClassName
{
border-color: #F29D1A;
}
</style>