Shades of Carrot Orange #F28816
Tints of Carrot Orange #F28816
RGB
CMYK
RGB Variations
Color information
#F28816 (or 0xF28816) is known color: Carrot Orange. HEX triplet: F2, 88 and 16. RGB value is (242,136,22). Sum of RGB (Red+Green+Blue) = 242+136+22=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F28816 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28816 is #0D77E9. Grayscale: #9B9B9B. Windows color (decimal): -882666 or 1476850. OLE color: 1476850.
HSL color Cylindrical-coordinate representation of color #F28816: hue angle of 31.09º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F28816 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 22 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.05 |
| HSL | 31.09º | 0.89% | 0.52% | - |
| HSV(B) | 31.09º | 0.91% | 0.95% | - |
| XYZ | 45.57 | 36.54 | 5.41 | - |
| YUV | 154.7 | 53.12 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 22 | 0 | 0.44 | 0.91 | 0.05 | 31.09 | 0.89 | 0.52 |
| Hex | F2 | 88 | 16 | 0 | 2C | 5B | 5 | 1F | 59 | 34 |
| Octal | 362 | 210 | 26 | 0 | 54 | 133 | 5 | 37 | 131 | 64 |
| Binary | 11110010 | 10001000 | 10110 | 0 | 101100 | 1011011 | 101 | 11111 | 1011001 | 110100 |
Color Harmonies of #F28816
Complementary color
Monochromatic Colors of #F28816
Black with #F28816
Text Example
Text Example
White with #F28816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28816; }
p { color: rgb(242,136,22); }
H1.HeaderClassName
{
color: #F28816;
}
.AnyTagClassName
{
color: #F28816;
}
</style>
background-color css
<style>
a { background-color: #F28816; }
a { background-color: rgb(242,136,22); }
div.DivClassName
{
background-color: #F28816;
}
.BgClassName
{
background-color: #F28816;
}
</style>
border-color css
<style>
span { border-color: #F28816; }
span { border-color: rgb(242,136,22); }
td.TdClassName
{
border-color: #F28816;
}
.TagClassName
{
border-color: #F28816;
}
</style>