Shades of Carrot Orange #F28E2A
Tints of Carrot Orange #F28E2A
RGB
CMYK
RGB Variations
Color information
#F28E2A (or 0xF28E2A) is known color: Carrot Orange. HEX triplet: F2, 8E and 2A. RGB value is (242,142,42). Sum of RGB (Red+Green+Blue) = 242+142+42=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 42 (16.80% from 255 or 9.86% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28E2A is #0D71D5. Grayscale: #A1A1A1. Windows color (decimal): -881110 or 2789106. OLE color: 2789106.
HSL color Cylindrical-coordinate representation of color #F28E2A: hue angle of 30º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F28E2A is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 42 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.05 |
| HSL | 30º | 0.88% | 0.56% | - |
| HSV(B) | 30º | 0.83% | 0.95% | - |
| XYZ | 46.71 | 38.39 | 7.14 | - |
| YUV | 160.5 | 61.13 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 42 | 0 | 0.41 | 0.83 | 0.05 | 30 | 0.88 | 0.56 |
| Hex | F2 | 8E | 2A | 0 | 29 | 53 | 5 | 1E | 58 | 38 |
| Octal | 362 | 216 | 52 | 0 | 51 | 123 | 5 | 36 | 130 | 70 |
| Binary | 11110010 | 10001110 | 101010 | 0 | 101001 | 1010011 | 101 | 11110 | 1011000 | 111000 |
Color Harmonies of #F28E2A
Complementary color
Monochromatic Colors of #F28E2A
Black with #F28E2A
Text Example
Text Example
White with #F28E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28E2A; }
p { color: rgb(242,142,42); }
H1.HeaderClassName
{
color: #F28E2A;
}
.AnyTagClassName
{
color: #F28E2A;
}
</style>
background-color css
<style>
a { background-color: #F28E2A; }
a { background-color: rgb(242,142,42); }
div.DivClassName
{
background-color: #F28E2A;
}
.BgClassName
{
background-color: #F28E2A;
}
</style>
border-color css
<style>
span { border-color: #F28E2A; }
span { border-color: rgb(242,142,42); }
td.TdClassName
{
border-color: #F28E2A;
}
.TagClassName
{
border-color: #F28E2A;
}
</style>