Shades of Carrot Orange #F28722
Tints of Carrot Orange #F28722
RGB
CMYK
RGB Variations
Color information
#F28722 (or 0xF28722) is known color: Carrot Orange. HEX triplet: F2, 87 and 22. RGB value is (242,135,34). Sum of RGB (Red+Green+Blue) = 242+135+34=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 34 (13.67% from 255 or 8.27% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F28722 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28722 is #0D78DD. Grayscale: #9B9B9B. Windows color (decimal): -882910 or 2263026. OLE color: 2263026.
HSL color Cylindrical-coordinate representation of color #F28722: hue angle of 29.13º 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 #F28722 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 34 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.05 |
| HSL | 29.13º | 0.89% | 0.54% | - |
| HSV(B) | 29.13º | 0.86% | 0.95% | - |
| XYZ | 45.57 | 36.32 | 6.12 | - |
| YUV | 155.48 | 59.45 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 34 | 0 | 0.44 | 0.86 | 0.05 | 29.13 | 0.89 | 0.54 |
| Hex | F2 | 87 | 22 | 0 | 2C | 56 | 5 | 1D | 59 | 36 |
| Octal | 362 | 207 | 42 | 0 | 54 | 126 | 5 | 35 | 131 | 66 |
| Binary | 11110010 | 10000111 | 100010 | 0 | 101100 | 1010110 | 101 | 11101 | 1011001 | 110110 |
Color Harmonies of #F28722
Complementary color
Monochromatic Colors of #F28722
Black with #F28722
Text Example
Text Example
White with #F28722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28722; }
p { color: rgb(242,135,34); }
H1.HeaderClassName
{
color: #F28722;
}
.AnyTagClassName
{
color: #F28722;
}
</style>
background-color css
<style>
a { background-color: #F28722; }
a { background-color: rgb(242,135,34); }
div.DivClassName
{
background-color: #F28722;
}
.BgClassName
{
background-color: #F28722;
}
</style>
border-color css
<style>
span { border-color: #F28722; }
span { border-color: rgb(242,135,34); }
td.TdClassName
{
border-color: #F28722;
}
.TagClassName
{
border-color: #F28722;
}
</style>