Shades of Carrot Orange #F89A20
Tints of Carrot Orange #F89A20
RGB
CMYK
RGB Variations
Color information
#F89A20 (or 0xF89A20) is known color: Carrot Orange. HEX triplet: F8, 9A and 20. RGB value is (248,154,32). Sum of RGB (Red+Green+Blue) = 248+154+32=434 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.14% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 32 (12.89% from 255 or 7.37% from 434); Max value from RGB is 248 - color contains mainly: red. Hex color #F89A20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89A20 is #0765DF. Grayscale: #A8A8A8. Windows color (decimal): -484832 or 2136824. OLE color: 2136824.
HSL color Cylindrical-coordinate representation of color #F89A20: hue angle of 33.89º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F89A20 is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 32 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.03 |
| HSL | 33.89º | 0.94% | 0.55% | - |
| HSV(B) | 33.89º | 0.87% | 0.97% | - |
| XYZ | 50.53 | 43.17 | 7.04 | - |
| YUV | 168.2 | 51.14 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 32 | 0 | 0.38 | 0.87 | 0.03 | 33.89 | 0.94 | 0.55 |
| Hex | F8 | 9A | 20 | 0 | 26 | 57 | 3 | 22 | 5E | 37 |
| Octal | 370 | 232 | 40 | 0 | 46 | 127 | 3 | 42 | 136 | 67 |
| Binary | 11111000 | 10011010 | 100000 | 0 | 100110 | 1010111 | 11 | 100010 | 1011110 | 110111 |
Color Harmonies of #F89A20
Complementary color
Monochromatic Colors of #F89A20
Black with #F89A20
Text Example
Text Example
White with #F89A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89A20; }
p { color: rgb(248,154,32); }
H1.HeaderClassName
{
color: #F89A20;
}
.AnyTagClassName
{
color: #F89A20;
}
</style>
background-color css
<style>
a { background-color: #F89A20; }
a { background-color: rgb(248,154,32); }
div.DivClassName
{
background-color: #F89A20;
}
.BgClassName
{
background-color: #F89A20;
}
</style>
border-color css
<style>
span { border-color: #F89A20; }
span { border-color: rgb(248,154,32); }
td.TdClassName
{
border-color: #F89A20;
}
.TagClassName
{
border-color: #F89A20;
}
</style>