Shades of Carrot Orange #F28221
Tints of Carrot Orange #F28221
RGB
CMYK
RGB Variations
Color information
#F28221 (or 0xF28221) is known color: Carrot Orange. HEX triplet: F2, 82 and 21. RGB value is (242,130,33). Sum of RGB (Red+Green+Blue) = 242+130+33=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F28221 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28221 is #0D7DDE. Grayscale: #989898. Windows color (decimal): -884191 or 2196210. OLE color: 2196210.
HSL color Cylindrical-coordinate representation of color #F28221: hue angle of 27.85º 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 #F28221 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 33 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.05 |
| HSL | 27.85º | 0.89% | 0.54% | - |
| HSV(B) | 27.85º | 0.86% | 0.95% | - |
| XYZ | 44.88 | 34.95 | 5.82 | - |
| YUV | 152.43 | 60.61 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 33 | 0 | 0.46 | 0.86 | 0.05 | 27.85 | 0.89 | 0.54 |
| Hex | F2 | 82 | 21 | 0 | 2E | 56 | 5 | 1C | 59 | 36 |
| Octal | 362 | 202 | 41 | 0 | 56 | 126 | 5 | 34 | 131 | 66 |
| Binary | 11110010 | 10000010 | 100001 | 0 | 101110 | 1010110 | 101 | 11100 | 1011001 | 110110 |
Color Harmonies of #F28221
Complementary color
Monochromatic Colors of #F28221
Black with #F28221
Text Example
Text Example
White with #F28221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28221; }
p { color: rgb(242,130,33); }
H1.HeaderClassName
{
color: #F28221;
}
.AnyTagClassName
{
color: #F28221;
}
</style>
background-color css
<style>
a { background-color: #F28221; }
a { background-color: rgb(242,130,33); }
div.DivClassName
{
background-color: #F28221;
}
.BgClassName
{
background-color: #F28221;
}
</style>
border-color css
<style>
span { border-color: #F28221; }
span { border-color: rgb(242,130,33); }
td.TdClassName
{
border-color: #F28221;
}
.TagClassName
{
border-color: #F28221;
}
</style>