Shades of Carrot Orange #F89222
Tints of Carrot Orange #F89222
RGB
CMYK
RGB Variations
Color information
#F89222 (or 0xF89222) is known color: Carrot Orange. HEX triplet: F8, 92 and 22. RGB value is (248,146,34). Sum of RGB (Red+Green+Blue) = 248+146+34=428 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.94% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 34 (13.67% from 255 or 7.94% from 428); Max value from RGB is 248 - color contains mainly: red. Hex color #F89222 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89222 is #076DDD. Grayscale: #A4A4A4. Windows color (decimal): -486878 or 2265848. OLE color: 2265848.
HSL color Cylindrical-coordinate representation of color #F89222: hue angle of 31.4º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F89222 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 34 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.03 |
| HSL | 31.4º | 0.94% | 0.55% | - |
| HSV(B) | 31.4º | 0.86% | 0.97% | - |
| XYZ | 49.28 | 40.63 | 6.76 | - |
| YUV | 163.73 | 54.79 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 34 | 0 | 0.41 | 0.86 | 0.03 | 31.4 | 0.94 | 0.55 |
| Hex | F8 | 92 | 22 | 0 | 29 | 56 | 3 | 1F | 5E | 37 |
| Octal | 370 | 222 | 42 | 0 | 51 | 126 | 3 | 37 | 136 | 67 |
| Binary | 11111000 | 10010010 | 100010 | 0 | 101001 | 1010110 | 11 | 11111 | 1011110 | 110111 |
Color Harmonies of #F89222
Complementary color
Monochromatic Colors of #F89222
Black with #F89222
Text Example
Text Example
White with #F89222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89222; }
p { color: rgb(248,146,34); }
H1.HeaderClassName
{
color: #F89222;
}
.AnyTagClassName
{
color: #F89222;
}
</style>
background-color css
<style>
a { background-color: #F89222; }
a { background-color: rgb(248,146,34); }
div.DivClassName
{
background-color: #F89222;
}
.BgClassName
{
background-color: #F89222;
}
</style>
border-color css
<style>
span { border-color: #F89222; }
span { border-color: rgb(248,146,34); }
td.TdClassName
{
border-color: #F89222;
}
.TagClassName
{
border-color: #F89222;
}
</style>