Shades of Carrot Orange #F89A1E
Tints of Carrot Orange #F89A1E
RGB
CMYK
RGB Variations
Color information
#F89A1E (or 0xF89A1E) is known color: Carrot Orange. HEX triplet: F8, 9A and 1E. RGB value is (248,154,30). Sum of RGB (Red+Green+Blue) = 248+154+30=432 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.41% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 30 (12.11% from 255 or 6.94% from 432); Max value from RGB is 248 - color contains mainly: red. Hex color #F89A1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89A1E is #0765E1. Grayscale: #A8A8A8. Windows color (decimal): -484834 or 2005752. OLE color: 2005752.
HSL color Cylindrical-coordinate representation of color #F89A1E: hue angle of 34.13º 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 #F89A1E is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 30 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.03 |
| HSL | 34.13º | 0.94% | 0.55% | - |
| HSV(B) | 34.13º | 0.88% | 0.97% | - |
| XYZ | 50.5 | 43.16 | 6.9 | - |
| YUV | 167.97 | 50.14 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 30 | 0 | 0.38 | 0.88 | 0.03 | 34.13 | 0.94 | 0.55 |
| Hex | F8 | 9A | 1E | 0 | 26 | 58 | 3 | 22 | 5E | 37 |
| Octal | 370 | 232 | 36 | 0 | 46 | 130 | 3 | 42 | 136 | 67 |
| Binary | 11111000 | 10011010 | 11110 | 0 | 100110 | 1011000 | 11 | 100010 | 1011110 | 110111 |
Color Harmonies of #F89A1E
Complementary color
Monochromatic Colors of #F89A1E
Black with #F89A1E
Text Example
Text Example
White with #F89A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89A1E; }
p { color: rgb(248,154,30); }
H1.HeaderClassName
{
color: #F89A1E;
}
.AnyTagClassName
{
color: #F89A1E;
}
</style>
background-color css
<style>
a { background-color: #F89A1E; }
a { background-color: rgb(248,154,30); }
div.DivClassName
{
background-color: #F89A1E;
}
.BgClassName
{
background-color: #F89A1E;
}
</style>
border-color css
<style>
span { border-color: #F89A1E; }
span { border-color: rgb(248,154,30); }
td.TdClassName
{
border-color: #F89A1E;
}
.TagClassName
{
border-color: #F89A1E;
}
</style>