Shades of Carrot Orange #F88F16
Tints of Carrot Orange #F88F16
RGB
CMYK
RGB Variations
Color information
#F88F16 (or 0xF88F16) is known color: Carrot Orange. HEX triplet: F8, 8F and 16. RGB value is (248,143,22). Sum of RGB (Red+Green+Blue) = 248+143+22=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 22 (8.98% from 255 or 5.33% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F88F16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F88F16 is #0770E9. Grayscale: #A1A1A1. Windows color (decimal): -487658 or 1478648. OLE color: 1478648.
HSL color Cylindrical-coordinate representation of color #F88F16: hue angle of 32.12º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F88F16 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 143 | 22 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.03 |
| HSL | 32.12º | 0.94% | 0.53% | - |
| HSV(B) | 32.12º | 0.91% | 0.97% | - |
| XYZ | 48.68 | 39.66 | 5.85 | - |
| YUV | 160.6 | 49.79 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 143 | 22 | 0 | 0.42 | 0.91 | 0.03 | 32.12 | 0.94 | 0.53 |
| Hex | F8 | 8F | 16 | 0 | 2A | 5B | 3 | 20 | 5E | 35 |
| Octal | 370 | 217 | 26 | 0 | 52 | 133 | 3 | 40 | 136 | 65 |
| Binary | 11111000 | 10001111 | 10110 | 0 | 101010 | 1011011 | 11 | 100000 | 1011110 | 110101 |
Color Harmonies of #F88F16
Complementary color
Monochromatic Colors of #F88F16
Black with #F88F16
Text Example
Text Example
White with #F88F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88F16; }
p { color: rgb(248,143,22); }
H1.HeaderClassName
{
color: #F88F16;
}
.AnyTagClassName
{
color: #F88F16;
}
</style>
background-color css
<style>
a { background-color: #F88F16; }
a { background-color: rgb(248,143,22); }
div.DivClassName
{
background-color: #F88F16;
}
.BgClassName
{
background-color: #F88F16;
}
</style>
border-color css
<style>
span { border-color: #F88F16; }
span { border-color: rgb(248,143,22); }
td.TdClassName
{
border-color: #F88F16;
}
.TagClassName
{
border-color: #F88F16;
}
</style>