Shades of Carrot Orange #F28F11
Tints of Carrot Orange #F28F11
RGB
CMYK
RGB Variations
Color information
#F28F11 (or 0xF28F11) is known color: Carrot Orange. HEX triplet: F2, 8F and 11. RGB value is (242,143,17). Sum of RGB (Red+Green+Blue) = 242+143+17=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 17 (7.03% from 255 or 4.23% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28F11 is #0D70EE. Grayscale: #9E9E9E. Windows color (decimal): -880879 or 1150962. OLE color: 1150962.
HSL color Cylindrical-coordinate representation of color #F28F11: hue angle of 33.6º 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 #F28F11 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 17 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.05 |
| HSL | 33.6º | 0.9% | 0.51% | - |
| HSV(B) | 33.6º | 0.93% | 0.95% | - |
| XYZ | 46.54 | 38.56 | 5.52 | - |
| YUV | 158.24 | 48.3 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 17 | 0 | 0.41 | 0.93 | 0.05 | 33.6 | 0.9 | 0.51 |
| Hex | F2 | 8F | 11 | 0 | 29 | 5D | 5 | 22 | 5A | 33 |
| Octal | 362 | 217 | 21 | 0 | 51 | 135 | 5 | 42 | 132 | 63 |
| Binary | 11110010 | 10001111 | 10001 | 0 | 101001 | 1011101 | 101 | 100010 | 1011010 | 110011 |
Color Harmonies of #F28F11
Complementary color
Monochromatic Colors of #F28F11
Black with #F28F11
Text Example
Text Example
White with #F28F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F11; }
p { color: rgb(242,143,17); }
H1.HeaderClassName
{
color: #F28F11;
}
.AnyTagClassName
{
color: #F28F11;
}
</style>
background-color css
<style>
a { background-color: #F28F11; }
a { background-color: rgb(242,143,17); }
div.DivClassName
{
background-color: #F28F11;
}
.BgClassName
{
background-color: #F28F11;
}
</style>
border-color css
<style>
span { border-color: #F28F11; }
span { border-color: rgb(242,143,17); }
td.TdClassName
{
border-color: #F28F11;
}
.TagClassName
{
border-color: #F28F11;
}
</style>