Shades of Carrot Orange #FC8D1A
Tints of Carrot Orange #FC8D1A
RGB
CMYK
RGB Variations
Color information
#FC8D1A (or 0xFC8D1A) is known color: Carrot Orange. HEX triplet: FC, 8D and 1A. RGB value is (252,141,26). Sum of RGB (Red+Green+Blue) = 252+141+26=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 26 (10.55% from 255 or 6.21% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8D1A is #0372E5. Grayscale: #A1A1A1. Windows color (decimal): -226022 or 1740284. OLE color: 1740284.
HSL color Cylindrical-coordinate representation of color #FC8D1A: hue angle of 30.53º 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 #FC8D1A is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 26 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.01 |
| HSL | 30.53º | 0.97% | 0.55% | - |
| HSV(B) | 30.53º | 0.9% | 0.99% | - |
| XYZ | 49.86 | 39.82 | 6.04 | - |
| YUV | 161.08 | 51.77 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 26 | 0 | 0.44 | 0.90 | 0.01 | 30.53 | 0.97 | 0.55 |
| Hex | FC | 8D | 1A | 0 | 2C | 5A | 1 | 1F | 61 | 37 |
| Octal | 374 | 215 | 32 | 0 | 54 | 132 | 1 | 37 | 141 | 67 |
| Binary | 11111100 | 10001101 | 11010 | 0 | 101100 | 1011010 | 1 | 11111 | 1100001 | 110111 |
Color Harmonies of #FC8D1A
Complementary color
Monochromatic Colors of #FC8D1A
Black with #FC8D1A
Text Example
Text Example
White with #FC8D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8D1A; }
p { color: rgb(252,141,26); }
H1.HeaderClassName
{
color: #FC8D1A;
}
.AnyTagClassName
{
color: #FC8D1A;
}
</style>
background-color css
<style>
a { background-color: #FC8D1A; }
a { background-color: rgb(252,141,26); }
div.DivClassName
{
background-color: #FC8D1A;
}
.BgClassName
{
background-color: #FC8D1A;
}
</style>
border-color css
<style>
span { border-color: #FC8D1A; }
span { border-color: rgb(252,141,26); }
td.TdClassName
{
border-color: #FC8D1A;
}
.TagClassName
{
border-color: #FC8D1A;
}
</style>