Shades of Carrot Orange #F89422
Tints of Carrot Orange #F89422
RGB
CMYK
RGB Variations
Color information
#F89422 (or 0xF89422) is known color: Carrot Orange. HEX triplet: F8, 94 and 22. RGB value is (248,148,34). Sum of RGB (Red+Green+Blue) = 248+148+34=430 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.67% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 34 (13.67% from 255 or 7.91% from 430); Max value from RGB is 248 - color contains mainly: red. Hex color #F89422 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89422 is #076BDD. Grayscale: #A5A5A5. Windows color (decimal): -486366 or 2266360. OLE color: 2266360.
HSL color Cylindrical-coordinate representation of color #F89422: hue angle of 31.96º 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 #F89422 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 34 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.03 |
| HSL | 31.96º | 0.94% | 0.55% | - |
| HSV(B) | 31.96º | 0.86% | 0.97% | - |
| XYZ | 49.59 | 41.25 | 6.86 | - |
| YUV | 164.9 | 54.13 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 34 | 0 | 0.40 | 0.86 | 0.03 | 31.96 | 0.94 | 0.55 |
| Hex | F8 | 94 | 22 | 0 | 28 | 56 | 3 | 20 | 5E | 37 |
| Octal | 370 | 224 | 42 | 0 | 50 | 126 | 3 | 40 | 136 | 67 |
| Binary | 11111000 | 10010100 | 100010 | 0 | 101000 | 1010110 | 11 | 100000 | 1011110 | 110111 |
Color Harmonies of #F89422
Complementary color
Monochromatic Colors of #F89422
Black with #F89422
Text Example
Text Example
White with #F89422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89422; }
p { color: rgb(248,148,34); }
H1.HeaderClassName
{
color: #F89422;
}
.AnyTagClassName
{
color: #F89422;
}
</style>
background-color css
<style>
a { background-color: #F89422; }
a { background-color: rgb(248,148,34); }
div.DivClassName
{
background-color: #F89422;
}
.BgClassName
{
background-color: #F89422;
}
</style>
border-color css
<style>
span { border-color: #F89422; }
span { border-color: rgb(248,148,34); }
td.TdClassName
{
border-color: #F89422;
}
.TagClassName
{
border-color: #F89422;
}
</style>