Shades of Carrot Orange #FC8D1F
Tints of Carrot Orange #FC8D1F
RGB
CMYK
RGB Variations
Color information
#FC8D1F (or 0xFC8D1F) is known color: Carrot Orange. HEX triplet: FC, 8D and 1F. RGB value is (252,141,31). Sum of RGB (Red+Green+Blue) = 252+141+31=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 31 (12.5% from 255 or 7.31% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8D1F is #0372E0. Grayscale: #A2A2A2. Windows color (decimal): -226017 or 2067964. OLE color: 2067964.
HSL color Cylindrical-coordinate representation of color #FC8D1F: hue angle of 29.86º 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 #FC8D1F is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 31 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.01 |
| HSL | 29.86º | 0.97% | 0.55% | - |
| HSV(B) | 29.86º | 0.88% | 0.99% | - |
| XYZ | 49.92 | 39.84 | 6.36 | - |
| YUV | 161.65 | 54.27 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 31 | 0 | 0.44 | 0.88 | 0.01 | 29.86 | 0.97 | 0.55 |
| Hex | FC | 8D | 1F | 0 | 2C | 58 | 1 | 1E | 61 | 37 |
| Octal | 374 | 215 | 37 | 0 | 54 | 130 | 1 | 36 | 141 | 67 |
| Binary | 11111100 | 10001101 | 11111 | 0 | 101100 | 1011000 | 1 | 11110 | 1100001 | 110111 |
Color Harmonies of #FC8D1F
Complementary color
Monochromatic Colors of #FC8D1F
Black with #FC8D1F
Text Example
Text Example
White with #FC8D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8D1F; }
p { color: rgb(252,141,31); }
H1.HeaderClassName
{
color: #FC8D1F;
}
.AnyTagClassName
{
color: #FC8D1F;
}
</style>
background-color css
<style>
a { background-color: #FC8D1F; }
a { background-color: rgb(252,141,31); }
div.DivClassName
{
background-color: #FC8D1F;
}
.BgClassName
{
background-color: #FC8D1F;
}
</style>
border-color css
<style>
span { border-color: #FC8D1F; }
span { border-color: rgb(252,141,31); }
td.TdClassName
{
border-color: #FC8D1F;
}
.TagClassName
{
border-color: #FC8D1F;
}
</style>