Shades of Carrot Orange #F28022
Tints of Carrot Orange #F28022
RGB
CMYK
RGB Variations
Color information
#F28022 (or 0xF28022) is known color: Carrot Orange. HEX triplet: F2, 80 and 22. RGB value is (242,128,34). Sum of RGB (Red+Green+Blue) = 242+128+34=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 34 (13.67% from 255 or 8.42% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F28022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28022 is #0D7FDD. Grayscale: #979797. Windows color (decimal): -884702 or 2261234. OLE color: 2261234.
HSL color Cylindrical-coordinate representation of color #F28022: hue angle of 27.12º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F28022 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 34 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.05 |
| HSL | 27.12º | 0.89% | 0.54% | - |
| HSV(B) | 27.12º | 0.86% | 0.95% | - |
| XYZ | 44.63 | 34.43 | 5.81 | - |
| YUV | 151.37 | 61.77 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 34 | 0 | 0.47 | 0.86 | 0.05 | 27.12 | 0.89 | 0.54 |
| Hex | F2 | 80 | 22 | 0 | 2F | 56 | 5 | 1B | 59 | 36 |
| Octal | 362 | 200 | 42 | 0 | 57 | 126 | 5 | 33 | 131 | 66 |
| Binary | 11110010 | 10000000 | 100010 | 0 | 101111 | 1010110 | 101 | 11011 | 1011001 | 110110 |
Color Harmonies of #F28022
Complementary color
Monochromatic Colors of #F28022
Black with #F28022
Text Example
Text Example
White with #F28022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28022; }
p { color: rgb(242,128,34); }
H1.HeaderClassName
{
color: #F28022;
}
.AnyTagClassName
{
color: #F28022;
}
</style>
background-color css
<style>
a { background-color: #F28022; }
a { background-color: rgb(242,128,34); }
div.DivClassName
{
background-color: #F28022;
}
.BgClassName
{
background-color: #F28022;
}
</style>
border-color css
<style>
span { border-color: #F28022; }
span { border-color: rgb(242,128,34); }
td.TdClassName
{
border-color: #F28022;
}
.TagClassName
{
border-color: #F28022;
}
</style>