Shades of Carrot Orange #FC8F19
Tints of Carrot Orange #FC8F19
RGB
CMYK
RGB Variations
Color information
#FC8F19 (or 0xFC8F19) is known color: Carrot Orange. HEX triplet: FC, 8F and 19. RGB value is (252,143,25). Sum of RGB (Red+Green+Blue) = 252+143+25=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 25 (10.16% from 255 or 5.95% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8F19 is #0370E6. Grayscale: #A2A2A2. Windows color (decimal): -225511 or 1675260. OLE color: 1675260.
HSL color Cylindrical-coordinate representation of color #FC8F19: hue angle of 31.19º 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 #FC8F19 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 25 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.01 |
| HSL | 31.19º | 0.97% | 0.54% | - |
| HSV(B) | 31.19º | 0.9% | 0.99% | - |
| XYZ | 50.14 | 40.41 | 6.08 | - |
| YUV | 162.14 | 50.61 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 25 | 0 | 0.43 | 0.90 | 0.01 | 31.19 | 0.97 | 0.54 |
| Hex | FC | 8F | 19 | 0 | 2B | 5A | 1 | 1F | 61 | 36 |
| Octal | 374 | 217 | 31 | 0 | 53 | 132 | 1 | 37 | 141 | 66 |
| Binary | 11111100 | 10001111 | 11001 | 0 | 101011 | 1011010 | 1 | 11111 | 1100001 | 110110 |
Color Harmonies of #FC8F19
Complementary color
Monochromatic Colors of #FC8F19
Black with #FC8F19
Text Example
Text Example
White with #FC8F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8F19; }
p { color: rgb(252,143,25); }
H1.HeaderClassName
{
color: #FC8F19;
}
.AnyTagClassName
{
color: #FC8F19;
}
</style>
background-color css
<style>
a { background-color: #FC8F19; }
a { background-color: rgb(252,143,25); }
div.DivClassName
{
background-color: #FC8F19;
}
.BgClassName
{
background-color: #FC8F19;
}
</style>
border-color css
<style>
span { border-color: #FC8F19; }
span { border-color: rgb(252,143,25); }
td.TdClassName
{
border-color: #FC8F19;
}
.TagClassName
{
border-color: #FC8F19;
}
</style>