Shades of Carrot Orange #F88B1E
Tints of Carrot Orange #F88B1E
RGB
CMYK
RGB Variations
Color information
#F88B1E (or 0xF88B1E) is known color: Carrot Orange. HEX triplet: F8, 8B and 1E. RGB value is (248,139,30). Sum of RGB (Red+Green+Blue) = 248+139+30=417 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.47% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 30 (12.11% from 255 or 7.19% from 417); Max value from RGB is 248 - color contains mainly: red. Hex color #F88B1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F88B1E is #0774E1. Grayscale: #9F9F9F. Windows color (decimal): -488674 or 2001912. OLE color: 2001912.
HSL color Cylindrical-coordinate representation of color #F88B1E: hue angle of 30º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F88B1E is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 139 | 30 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.03 |
| HSL | 30º | 0.94% | 0.55% | - |
| HSV(B) | 30º | 0.88% | 0.97% | - |
| XYZ | 48.18 | 38.52 | 6.12 | - |
| YUV | 159.17 | 55.11 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 139 | 30 | 0 | 0.44 | 0.88 | 0.03 | 30 | 0.94 | 0.55 |
| Hex | F8 | 8B | 1E | 0 | 2C | 58 | 3 | 1E | 5E | 37 |
| Octal | 370 | 213 | 36 | 0 | 54 | 130 | 3 | 36 | 136 | 67 |
| Binary | 11111000 | 10001011 | 11110 | 0 | 101100 | 1011000 | 11 | 11110 | 1011110 | 110111 |
Color Harmonies of #F88B1E
Complementary color
Monochromatic Colors of #F88B1E
Black with #F88B1E
Text Example
Text Example
White with #F88B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88B1E; }
p { color: rgb(248,139,30); }
H1.HeaderClassName
{
color: #F88B1E;
}
.AnyTagClassName
{
color: #F88B1E;
}
</style>
background-color css
<style>
a { background-color: #F88B1E; }
a { background-color: rgb(248,139,30); }
div.DivClassName
{
background-color: #F88B1E;
}
.BgClassName
{
background-color: #F88B1E;
}
</style>
border-color css
<style>
span { border-color: #F88B1E; }
span { border-color: rgb(248,139,30); }
td.TdClassName
{
border-color: #F88B1E;
}
.TagClassName
{
border-color: #F88B1E;
}
</style>