Shades of Carrot Orange #FC881E
Tints of Carrot Orange #FC881E
RGB
CMYK
RGB Variations
Color information
#FC881E (or 0xFC881E) is known color: Carrot Orange. HEX triplet: FC, 88 and 1E. RGB value is (252,136,30). Sum of RGB (Red+Green+Blue) = 252+136+30=418 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.29% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 30 (12.11% from 255 or 7.18% from 418); Max value from RGB is 252 - color contains mainly: red. Hex color #FC881E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC881E is #0377E1. Grayscale: #9F9F9F. Windows color (decimal): -227298 or 2001148. OLE color: 2001148.
HSL color Cylindrical-coordinate representation of color #FC881E: hue angle of 28.65º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC881E is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 30 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.01 |
| HSL | 28.65º | 0.97% | 0.55% | - |
| HSV(B) | 28.65º | 0.88% | 0.99% | - |
| XYZ | 49.18 | 38.4 | 6.05 | - |
| YUV | 158.6 | 55.43 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 30 | 0 | 0.46 | 0.88 | 0.01 | 28.65 | 0.97 | 0.55 |
| Hex | FC | 88 | 1E | 0 | 2E | 58 | 1 | 1D | 61 | 37 |
| Octal | 374 | 210 | 36 | 0 | 56 | 130 | 1 | 35 | 141 | 67 |
| Binary | 11111100 | 10001000 | 11110 | 0 | 101110 | 1011000 | 1 | 11101 | 1100001 | 110111 |
Color Harmonies of #FC881E
Complementary color
Monochromatic Colors of #FC881E
Black with #FC881E
Text Example
Text Example
White with #FC881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC881E; }
p { color: rgb(252,136,30); }
H1.HeaderClassName
{
color: #FC881E;
}
.AnyTagClassName
{
color: #FC881E;
}
</style>
background-color css
<style>
a { background-color: #FC881E; }
a { background-color: rgb(252,136,30); }
div.DivClassName
{
background-color: #FC881E;
}
.BgClassName
{
background-color: #FC881E;
}
</style>
border-color css
<style>
span { border-color: #FC881E; }
span { border-color: rgb(252,136,30); }
td.TdClassName
{
border-color: #FC881E;
}
.TagClassName
{
border-color: #FC881E;
}
</style>