Shades of Carrot Orange #FC891A
Tints of Carrot Orange #FC891A
RGB
CMYK
RGB Variations
Color information
#FC891A (or 0xFC891A) is known color: Carrot Orange. HEX triplet: FC, 89 and 1A. RGB value is (252,137,26). Sum of RGB (Red+Green+Blue) = 252+137+26=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 26 (10.55% from 255 or 6.27% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC891A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC891A is #0376E5. Grayscale: #9F9F9F. Windows color (decimal): -227046 or 1739260. OLE color: 1739260.
HSL color Cylindrical-coordinate representation of color #FC891A: hue angle of 29.47º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC891A is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 26 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.01 |
| HSL | 29.47º | 0.97% | 0.55% | - |
| HSV(B) | 29.47º | 0.9% | 0.99% | - |
| XYZ | 49.28 | 38.66 | 5.84 | - |
| YUV | 158.73 | 53.1 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 26 | 0 | 0.46 | 0.90 | 0.01 | 29.47 | 0.97 | 0.55 |
| Hex | FC | 89 | 1A | 0 | 2E | 5A | 1 | 1D | 61 | 37 |
| Octal | 374 | 211 | 32 | 0 | 56 | 132 | 1 | 35 | 141 | 67 |
| Binary | 11111100 | 10001001 | 11010 | 0 | 101110 | 1011010 | 1 | 11101 | 1100001 | 110111 |
Color Harmonies of #FC891A
Complementary color
Monochromatic Colors of #FC891A
Black with #FC891A
Text Example
Text Example
White with #FC891A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC891A; }
p { color: rgb(252,137,26); }
H1.HeaderClassName
{
color: #FC891A;
}
.AnyTagClassName
{
color: #FC891A;
}
</style>
background-color css
<style>
a { background-color: #FC891A; }
a { background-color: rgb(252,137,26); }
div.DivClassName
{
background-color: #FC891A;
}
.BgClassName
{
background-color: #FC891A;
}
</style>
border-color css
<style>
span { border-color: #FC891A; }
span { border-color: rgb(252,137,26); }
td.TdClassName
{
border-color: #FC891A;
}
.TagClassName
{
border-color: #FC891A;
}
</style>