Shades of Carrot Orange #FC8819
Tints of Carrot Orange #FC8819
RGB
CMYK
RGB Variations
Color information
#FC8819 (or 0xFC8819) is known color: Carrot Orange. HEX triplet: FC, 88 and 19. RGB value is (252,136,25). Sum of RGB (Red+Green+Blue) = 252+136+25=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 25 (10.16% from 255 or 6.05% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8819 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8819 is #0377E6. Grayscale: #9E9E9E. Windows color (decimal): -227303 or 1673468. OLE color: 1673468.
HSL color Cylindrical-coordinate representation of color #FC8819: hue angle of 29.34º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC8819 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 25 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.01 |
| HSL | 29.34º | 0.97% | 0.54% | - |
| HSV(B) | 29.34º | 0.9% | 0.99% | - |
| XYZ | 49.12 | 38.37 | 5.74 | - |
| YUV | 158.03 | 52.93 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 25 | 0 | 0.46 | 0.90 | 0.01 | 29.34 | 0.97 | 0.54 |
| Hex | FC | 88 | 19 | 0 | 2E | 5A | 1 | 1D | 61 | 36 |
| Octal | 374 | 210 | 31 | 0 | 56 | 132 | 1 | 35 | 141 | 66 |
| Binary | 11111100 | 10001000 | 11001 | 0 | 101110 | 1011010 | 1 | 11101 | 1100001 | 110110 |
Color Harmonies of #FC8819
Complementary color
Monochromatic Colors of #FC8819
Black with #FC8819
Text Example
Text Example
White with #FC8819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8819; }
p { color: rgb(252,136,25); }
H1.HeaderClassName
{
color: #FC8819;
}
.AnyTagClassName
{
color: #FC8819;
}
</style>
background-color css
<style>
a { background-color: #FC8819; }
a { background-color: rgb(252,136,25); }
div.DivClassName
{
background-color: #FC8819;
}
.BgClassName
{
background-color: #FC8819;
}
</style>
border-color css
<style>
span { border-color: #FC8819; }
span { border-color: rgb(252,136,25); }
td.TdClassName
{
border-color: #FC8819;
}
.TagClassName
{
border-color: #FC8819;
}
</style>