Shades of Carrot Orange #F28821
Tints of Carrot Orange #F28821
RGB
CMYK
RGB Variations
Color information
#F28821 (or 0xF28821) is known color: Carrot Orange. HEX triplet: F2, 88 and 21. RGB value is (242,136,33). Sum of RGB (Red+Green+Blue) = 242+136+33=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 33 (13.28% from 255 or 8.03% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F28821 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28821 is #0D77DE. Grayscale: #9C9C9C. Windows color (decimal): -882655 or 2197746. OLE color: 2197746.
HSL color Cylindrical-coordinate representation of color #F28821: hue angle of 29.57º 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 #F28821 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 33 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.05 |
| HSL | 29.57º | 0.89% | 0.54% | - |
| HSV(B) | 29.57º | 0.86% | 0.95% | - |
| XYZ | 45.7 | 36.6 | 6.09 | - |
| YUV | 155.95 | 58.62 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 33 | 0 | 0.44 | 0.86 | 0.05 | 29.57 | 0.89 | 0.54 |
| Hex | F2 | 88 | 21 | 0 | 2C | 56 | 5 | 1E | 59 | 36 |
| Octal | 362 | 210 | 41 | 0 | 54 | 126 | 5 | 36 | 131 | 66 |
| Binary | 11110010 | 10001000 | 100001 | 0 | 101100 | 1010110 | 101 | 11110 | 1011001 | 110110 |
Color Harmonies of #F28821
Complementary color
Monochromatic Colors of #F28821
Black with #F28821
Text Example
Text Example
White with #F28821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28821; }
p { color: rgb(242,136,33); }
H1.HeaderClassName
{
color: #F28821;
}
.AnyTagClassName
{
color: #F28821;
}
</style>
background-color css
<style>
a { background-color: #F28821; }
a { background-color: rgb(242,136,33); }
div.DivClassName
{
background-color: #F28821;
}
.BgClassName
{
background-color: #F28821;
}
</style>
border-color css
<style>
span { border-color: #F28821; }
span { border-color: rgb(242,136,33); }
td.TdClassName
{
border-color: #F28821;
}
.TagClassName
{
border-color: #F28821;
}
</style>