Shades of Carrot Orange #F28520
Tints of Carrot Orange #F28520
RGB
CMYK
RGB Variations
Color information
#F28520 (or 0xF28520) is known color: Carrot Orange. HEX triplet: F2, 85 and 20. RGB value is (242,133,32). Sum of RGB (Red+Green+Blue) = 242+133+32=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 32 (12.89% from 255 or 7.86% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F28520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28520 is #0D7ADF. Grayscale: #9A9A9A. Windows color (decimal): -883424 or 2131442. OLE color: 2131442.
HSL color Cylindrical-coordinate representation of color #F28520: hue angle of 28.86º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F28520 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 32 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.05 |
| HSL | 28.86º | 0.89% | 0.54% | - |
| HSV(B) | 28.86º | 0.87% | 0.95% | - |
| XYZ | 45.27 | 35.76 | 5.88 | - |
| YUV | 154.08 | 59.11 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 32 | 0 | 0.45 | 0.87 | 0.05 | 28.86 | 0.89 | 0.54 |
| Hex | F2 | 85 | 20 | 0 | 2D | 57 | 5 | 1D | 59 | 36 |
| Octal | 362 | 205 | 40 | 0 | 55 | 127 | 5 | 35 | 131 | 66 |
| Binary | 11110010 | 10000101 | 100000 | 0 | 101101 | 1010111 | 101 | 11101 | 1011001 | 110110 |
Color Harmonies of #F28520
Complementary color
Monochromatic Colors of #F28520
Black with #F28520
Text Example
Text Example
White with #F28520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28520; }
p { color: rgb(242,133,32); }
H1.HeaderClassName
{
color: #F28520;
}
.AnyTagClassName
{
color: #F28520;
}
</style>
background-color css
<style>
a { background-color: #F28520; }
a { background-color: rgb(242,133,32); }
div.DivClassName
{
background-color: #F28520;
}
.BgClassName
{
background-color: #F28520;
}
</style>
border-color css
<style>
span { border-color: #F28520; }
span { border-color: rgb(242,133,32); }
td.TdClassName
{
border-color: #F28520;
}
.TagClassName
{
border-color: #F28520;
}
</style>