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