Shades of Carrot Orange #F2831C
Tints of Carrot Orange #F2831C
RGB
CMYK
RGB Variations
Color information
#F2831C (or 0xF2831C) is known color: Carrot Orange. HEX triplet: F2, 83 and 1C. RGB value is (242,131,28). Sum of RGB (Red+Green+Blue) = 242+131+28=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 28 (11.33% from 255 or 6.98% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F2831C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2831C is #0D7CE3. Grayscale: #989898. Windows color (decimal): -883940 or 1868786. OLE color: 1868786.
HSL color Cylindrical-coordinate representation of color #F2831C: hue angle of 28.88º 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 #F2831C is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 28 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.05 |
| HSL | 28.88º | 0.89% | 0.53% | - |
| HSV(B) | 28.88º | 0.88% | 0.95% | - |
| XYZ | 44.94 | 35.19 | 5.52 | - |
| YUV | 152.45 | 57.77 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 28 | 0 | 0.46 | 0.88 | 0.05 | 28.88 | 0.89 | 0.53 |
| Hex | F2 | 83 | 1C | 0 | 2E | 58 | 5 | 1D | 59 | 35 |
| Octal | 362 | 203 | 34 | 0 | 56 | 130 | 5 | 35 | 131 | 65 |
| Binary | 11110010 | 10000011 | 11100 | 0 | 101110 | 1011000 | 101 | 11101 | 1011001 | 110101 |
Color Harmonies of #F2831C
Complementary color
Monochromatic Colors of #F2831C
Black with #F2831C
Text Example
Text Example
White with #F2831C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2831C; }
p { color: rgb(242,131,28); }
H1.HeaderClassName
{
color: #F2831C;
}
.AnyTagClassName
{
color: #F2831C;
}
</style>
background-color css
<style>
a { background-color: #F2831C; }
a { background-color: rgb(242,131,28); }
div.DivClassName
{
background-color: #F2831C;
}
.BgClassName
{
background-color: #F2831C;
}
</style>
border-color css
<style>
span { border-color: #F2831C; }
span { border-color: rgb(242,131,28); }
td.TdClassName
{
border-color: #F2831C;
}
.TagClassName
{
border-color: #F2831C;
}
</style>