Shades of Carrot Orange #F28D11
Tints of Carrot Orange #F28D11
RGB
CMYK
RGB Variations
Color information
#F28D11 (or 0xF28D11) is known color: Carrot Orange. HEX triplet: F2, 8D and 11. RGB value is (242,141,17). Sum of RGB (Red+Green+Blue) = 242+141+17=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28D11 is #0D72EE. Grayscale: #9D9D9D. Windows color (decimal): -881391 or 1150450. OLE color: 1150450.
HSL color Cylindrical-coordinate representation of color #F28D11: hue angle of 33.07º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F28D11 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 17 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.05 |
| HSL | 33.07º | 0.9% | 0.51% | - |
| HSV(B) | 33.07º | 0.93% | 0.95% | - |
| XYZ | 46.24 | 37.97 | 5.42 | - |
| YUV | 157.06 | 48.96 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 17 | 0 | 0.42 | 0.93 | 0.05 | 33.07 | 0.9 | 0.51 |
| Hex | F2 | 8D | 11 | 0 | 2A | 5D | 5 | 21 | 5A | 33 |
| Octal | 362 | 215 | 21 | 0 | 52 | 135 | 5 | 41 | 132 | 63 |
| Binary | 11110010 | 10001101 | 10001 | 0 | 101010 | 1011101 | 101 | 100001 | 1011010 | 110011 |
Color Harmonies of #F28D11
Complementary color
Monochromatic Colors of #F28D11
Black with #F28D11
Text Example
Text Example
White with #F28D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28D11; }
p { color: rgb(242,141,17); }
H1.HeaderClassName
{
color: #F28D11;
}
.AnyTagClassName
{
color: #F28D11;
}
</style>
background-color css
<style>
a { background-color: #F28D11; }
a { background-color: rgb(242,141,17); }
div.DivClassName
{
background-color: #F28D11;
}
.BgClassName
{
background-color: #F28D11;
}
</style>
border-color css
<style>
span { border-color: #F28D11; }
span { border-color: rgb(242,141,17); }
td.TdClassName
{
border-color: #F28D11;
}
.TagClassName
{
border-color: #F28D11;
}
</style>