Shades of Carrot Orange #F8921C
Tints of Carrot Orange #F8921C
RGB
CMYK
RGB Variations
Color information
#F8921C (or 0xF8921C) is known color: Carrot Orange. HEX triplet: F8, 92 and 1C. RGB value is (248,146,28). Sum of RGB (Red+Green+Blue) = 248+146+28=422 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.77% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 28 (11.33% from 255 or 6.64% from 422); Max value from RGB is 248 - color contains mainly: red. Hex color #F8921C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8921C is #076DE3. Grayscale: #A3A3A3. Windows color (decimal): -486884 or 1872632. OLE color: 1872632.
HSL color Cylindrical-coordinate representation of color #F8921C: hue angle of 32.18º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F8921C is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 28 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.03 |
| HSL | 32.18º | 0.94% | 0.54% | - |
| HSV(B) | 32.18º | 0.89% | 0.97% | - |
| XYZ | 49.2 | 40.6 | 6.34 | - |
| YUV | 163.05 | 51.79 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 28 | 0 | 0.41 | 0.89 | 0.03 | 32.18 | 0.94 | 0.54 |
| Hex | F8 | 92 | 1C | 0 | 29 | 59 | 3 | 20 | 5E | 36 |
| Octal | 370 | 222 | 34 | 0 | 51 | 131 | 3 | 40 | 136 | 66 |
| Binary | 11111000 | 10010010 | 11100 | 0 | 101001 | 1011001 | 11 | 100000 | 1011110 | 110110 |
Color Harmonies of #F8921C
Complementary color
Monochromatic Colors of #F8921C
Black with #F8921C
Text Example
Text Example
White with #F8921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8921C; }
p { color: rgb(248,146,28); }
H1.HeaderClassName
{
color: #F8921C;
}
.AnyTagClassName
{
color: #F8921C;
}
</style>
background-color css
<style>
a { background-color: #F8921C; }
a { background-color: rgb(248,146,28); }
div.DivClassName
{
background-color: #F8921C;
}
.BgClassName
{
background-color: #F8921C;
}
</style>
border-color css
<style>
span { border-color: #F8921C; }
span { border-color: rgb(248,146,28); }
td.TdClassName
{
border-color: #F8921C;
}
.TagClassName
{
border-color: #F8921C;
}
</style>