Shades of Carrot Orange #F89223
Tints of Carrot Orange #F89223
RGB
CMYK
RGB Variations
Color information
#F89223 (or 0xF89223) is known color: Carrot Orange. HEX triplet: F8, 92 and 23. RGB value is (248,146,35). Sum of RGB (Red+Green+Blue) = 248+146+35=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 35 (14.06% from 255 or 8.16% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F89223 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89223 is #076DDC. Grayscale: #A4A4A4. Windows color (decimal): -486877 or 2331384. OLE color: 2331384.
HSL color Cylindrical-coordinate representation of color #F89223: hue angle of 31.27º 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 #F89223 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 35 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.03 |
| HSL | 31.27º | 0.94% | 0.55% | - |
| HSV(B) | 31.27º | 0.86% | 0.97% | - |
| XYZ | 49.29 | 40.64 | 6.84 | - |
| YUV | 163.84 | 55.29 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 35 | 0 | 0.41 | 0.86 | 0.03 | 31.27 | 0.94 | 0.55 |
| Hex | F8 | 92 | 23 | 0 | 29 | 56 | 3 | 1F | 5E | 37 |
| Octal | 370 | 222 | 43 | 0 | 51 | 126 | 3 | 37 | 136 | 67 |
| Binary | 11111000 | 10010010 | 100011 | 0 | 101001 | 1010110 | 11 | 11111 | 1011110 | 110111 |
Color Harmonies of #F89223
Complementary color
Monochromatic Colors of #F89223
Black with #F89223
Text Example
Text Example
White with #F89223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89223; }
p { color: rgb(248,146,35); }
H1.HeaderClassName
{
color: #F89223;
}
.AnyTagClassName
{
color: #F89223;
}
</style>
background-color css
<style>
a { background-color: #F89223; }
a { background-color: rgb(248,146,35); }
div.DivClassName
{
background-color: #F89223;
}
.BgClassName
{
background-color: #F89223;
}
</style>
border-color css
<style>
span { border-color: #F89223; }
span { border-color: rgb(248,146,35); }
td.TdClassName
{
border-color: #F89223;
}
.TagClassName
{
border-color: #F89223;
}
</style>