Shades of Carrot Orange #F28121
Tints of Carrot Orange #F28121
RGB
CMYK
RGB Variations
Color information
#F28121 (or 0xF28121) is known color: Carrot Orange. HEX triplet: F2, 81 and 21. RGB value is (242,129,33). Sum of RGB (Red+Green+Blue) = 242+129+33=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F28121 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28121 is #0D7EDE. Grayscale: #989898. Windows color (decimal): -884447 or 2195954. OLE color: 2195954.
HSL color Cylindrical-coordinate representation of color #F28121: hue angle of 27.56º 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 #F28121 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 129 | 33 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.05 |
| HSL | 27.56º | 0.89% | 0.54% | - |
| HSV(B) | 27.56º | 0.86% | 0.95% | - |
| XYZ | 44.74 | 34.69 | 5.78 | - |
| YUV | 151.84 | 60.94 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 129 | 33 | 0 | 0.47 | 0.86 | 0.05 | 27.56 | 0.89 | 0.54 |
| Hex | F2 | 81 | 21 | 0 | 2F | 56 | 5 | 1C | 59 | 36 |
| Octal | 362 | 201 | 41 | 0 | 57 | 126 | 5 | 34 | 131 | 66 |
| Binary | 11110010 | 10000001 | 100001 | 0 | 101111 | 1010110 | 101 | 11100 | 1011001 | 110110 |
Color Harmonies of #F28121
Complementary color
Monochromatic Colors of #F28121
Black with #F28121
Text Example
Text Example
White with #F28121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28121; }
p { color: rgb(242,129,33); }
H1.HeaderClassName
{
color: #F28121;
}
.AnyTagClassName
{
color: #F28121;
}
</style>
background-color css
<style>
a { background-color: #F28121; }
a { background-color: rgb(242,129,33); }
div.DivClassName
{
background-color: #F28121;
}
.BgClassName
{
background-color: #F28121;
}
</style>
border-color css
<style>
span { border-color: #F28121; }
span { border-color: rgb(242,129,33); }
td.TdClassName
{
border-color: #F28121;
}
.TagClassName
{
border-color: #F28121;
}
</style>