Shades of Carrot Orange #F2851C
Tints of Carrot Orange #F2851C
RGB
CMYK
RGB Variations
Color information
#F2851C (or 0xF2851C) is known color: Carrot Orange. HEX triplet: F2, 85 and 1C. RGB value is (242,133,28). Sum of RGB (Red+Green+Blue) = 242+133+28=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 28 (11.33% from 255 or 6.95% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F2851C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2851C is #0D7AE3. Grayscale: #9A9A9A. Windows color (decimal): -883428 or 1869298. OLE color: 1869298.
HSL color Cylindrical-coordinate representation of color #F2851C: hue angle of 29.44º 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 #F2851C is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 28 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.05 |
| HSL | 29.44º | 0.89% | 0.53% | - |
| HSV(B) | 29.44º | 0.88% | 0.95% | - |
| XYZ | 45.22 | 35.74 | 5.61 | - |
| YUV | 153.62 | 57.11 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 28 | 0 | 0.45 | 0.88 | 0.05 | 29.44 | 0.89 | 0.53 |
| Hex | F2 | 85 | 1C | 0 | 2D | 58 | 5 | 1D | 59 | 35 |
| Octal | 362 | 205 | 34 | 0 | 55 | 130 | 5 | 35 | 131 | 65 |
| Binary | 11110010 | 10000101 | 11100 | 0 | 101101 | 1011000 | 101 | 11101 | 1011001 | 110101 |
Color Harmonies of #F2851C
Complementary color
Monochromatic Colors of #F2851C
Black with #F2851C
Text Example
Text Example
White with #F2851C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2851C; }
p { color: rgb(242,133,28); }
H1.HeaderClassName
{
color: #F2851C;
}
.AnyTagClassName
{
color: #F2851C;
}
</style>
background-color css
<style>
a { background-color: #F2851C; }
a { background-color: rgb(242,133,28); }
div.DivClassName
{
background-color: #F2851C;
}
.BgClassName
{
background-color: #F2851C;
}
</style>
border-color css
<style>
span { border-color: #F2851C; }
span { border-color: rgb(242,133,28); }
td.TdClassName
{
border-color: #F2851C;
}
.TagClassName
{
border-color: #F2851C;
}
</style>