Shades of Carrot Orange #F29C1C
Tints of Carrot Orange #F29C1C
RGB
CMYK
RGB Variations
Color information
#F29C1C (or 0xF29C1C) is known color: Carrot Orange. HEX triplet: F2, 9C and 1C. RGB value is (242,156,28). Sum of RGB (Red+Green+Blue) = 242+156+28=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 28 (11.33% from 255 or 6.57% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F29C1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29C1C is #0D63E3. Grayscale: #A7A7A7. Windows color (decimal): -877540 or 1875186. OLE color: 1875186.
HSL color Cylindrical-coordinate representation of color #F29C1C: hue angle of 35.89º 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 #F29C1C is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 156 | 28 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.05 |
| HSL | 35.89º | 0.89% | 0.53% | - |
| HSV(B) | 35.89º | 0.88% | 0.95% | - |
| XYZ | 48.72 | 42.74 | 6.78 | - |
| YUV | 167.12 | 49.49 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 28 | 0 | 0.36 | 0.88 | 0.05 | 35.89 | 0.89 | 0.53 |
| Hex | F2 | 9C | 1C | 0 | 24 | 58 | 5 | 24 | 59 | 35 |
| Octal | 362 | 234 | 34 | 0 | 44 | 130 | 5 | 44 | 131 | 65 |
| Binary | 11110010 | 10011100 | 11100 | 0 | 100100 | 1011000 | 101 | 100100 | 1011001 | 110101 |
Color Harmonies of #F29C1C
Complementary color
Monochromatic Colors of #F29C1C
Black with #F29C1C
Text Example
Text Example
White with #F29C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29C1C; }
p { color: rgb(242,156,28); }
H1.HeaderClassName
{
color: #F29C1C;
}
.AnyTagClassName
{
color: #F29C1C;
}
</style>
background-color css
<style>
a { background-color: #F29C1C; }
a { background-color: rgb(242,156,28); }
div.DivClassName
{
background-color: #F29C1C;
}
.BgClassName
{
background-color: #F29C1C;
}
</style>
border-color css
<style>
span { border-color: #F29C1C; }
span { border-color: rgb(242,156,28); }
td.TdClassName
{
border-color: #F29C1C;
}
.TagClassName
{
border-color: #F29C1C;
}
</style>