Shades of Carrot Orange #F2841C
Tints of Carrot Orange #F2841C
RGB
CMYK
RGB Variations
Color information
#F2841C (or 0xF2841C) is known color: Carrot Orange. HEX triplet: F2, 84 and 1C. RGB value is (242,132,28). Sum of RGB (Red+Green+Blue) = 242+132+28=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 28 (11.33% from 255 or 6.97% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F2841C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2841C is #0D7BE3. Grayscale: #999999. Windows color (decimal): -883684 or 1869042. OLE color: 1869042.
HSL color Cylindrical-coordinate representation of color #F2841C: hue angle of 29.16º 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 #F2841C is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 28 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.05 |
| HSL | 29.16º | 0.89% | 0.53% | - |
| HSV(B) | 29.16º | 0.88% | 0.95% | - |
| XYZ | 45.08 | 35.46 | 5.57 | - |
| YUV | 153.03 | 57.44 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 28 | 0 | 0.45 | 0.88 | 0.05 | 29.16 | 0.89 | 0.53 |
| Hex | F2 | 84 | 1C | 0 | 2D | 58 | 5 | 1D | 59 | 35 |
| Octal | 362 | 204 | 34 | 0 | 55 | 130 | 5 | 35 | 131 | 65 |
| Binary | 11110010 | 10000100 | 11100 | 0 | 101101 | 1011000 | 101 | 11101 | 1011001 | 110101 |
Color Harmonies of #F2841C
Complementary color
Monochromatic Colors of #F2841C
Black with #F2841C
Text Example
Text Example
White with #F2841C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2841C; }
p { color: rgb(242,132,28); }
H1.HeaderClassName
{
color: #F2841C;
}
.AnyTagClassName
{
color: #F2841C;
}
</style>
background-color css
<style>
a { background-color: #F2841C; }
a { background-color: rgb(242,132,28); }
div.DivClassName
{
background-color: #F2841C;
}
.BgClassName
{
background-color: #F2841C;
}
</style>
border-color css
<style>
span { border-color: #F2841C; }
span { border-color: rgb(242,132,28); }
td.TdClassName
{
border-color: #F2841C;
}
.TagClassName
{
border-color: #F2841C;
}
</style>