Shades of Carrot Orange #F8901C
Tints of Carrot Orange #F8901C
RGB
CMYK
RGB Variations
Color information
#F8901C (or 0xF8901C) is known color: Carrot Orange. HEX triplet: F8, 90 and 1C. RGB value is (248,144,28). Sum of RGB (Red+Green+Blue) = 248+144+28=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 28 (11.33% from 255 or 6.67% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F8901C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8901C is #076FE3. Grayscale: #A2A2A2. Windows color (decimal): -487396 or 1872120. OLE color: 1872120.
HSL color Cylindrical-coordinate representation of color #F8901C: hue angle of 31.64º 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 #F8901C is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 28 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.03 |
| HSL | 31.64º | 0.94% | 0.54% | - |
| HSV(B) | 31.64º | 0.89% | 0.97% | - |
| XYZ | 48.89 | 39.99 | 6.24 | - |
| YUV | 161.87 | 52.46 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 28 | 0 | 0.42 | 0.89 | 0.03 | 31.64 | 0.94 | 0.54 |
| Hex | F8 | 90 | 1C | 0 | 2A | 59 | 3 | 20 | 5E | 36 |
| Octal | 370 | 220 | 34 | 0 | 52 | 131 | 3 | 40 | 136 | 66 |
| Binary | 11111000 | 10010000 | 11100 | 0 | 101010 | 1011001 | 11 | 100000 | 1011110 | 110110 |
Color Harmonies of #F8901C
Complementary color
Monochromatic Colors of #F8901C
Black with #F8901C
Text Example
Text Example
White with #F8901C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8901C; }
p { color: rgb(248,144,28); }
H1.HeaderClassName
{
color: #F8901C;
}
.AnyTagClassName
{
color: #F8901C;
}
</style>
background-color css
<style>
a { background-color: #F8901C; }
a { background-color: rgb(248,144,28); }
div.DivClassName
{
background-color: #F8901C;
}
.BgClassName
{
background-color: #F8901C;
}
</style>
border-color css
<style>
span { border-color: #F8901C; }
span { border-color: rgb(248,144,28); }
td.TdClassName
{
border-color: #F8901C;
}
.TagClassName
{
border-color: #F8901C;
}
</style>