Shades of Carrot Orange #FC8F1D
Tints of Carrot Orange #FC8F1D
RGB
CMYK
RGB Variations
Color information
#FC8F1D (or 0xFC8F1D) is known color: Carrot Orange. HEX triplet: FC, 8F and 1D. RGB value is (252,143,29). Sum of RGB (Red+Green+Blue) = 252+143+29=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 29 (11.72% from 255 or 6.84% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8F1D is #0370E2. Grayscale: #A3A3A3. Windows color (decimal): -225507 or 1937404. OLE color: 1937404.
HSL color Cylindrical-coordinate representation of color #FC8F1D: hue angle of 30.67º 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 #FC8F1D is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 29 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.01 |
| HSL | 30.67º | 0.97% | 0.55% | - |
| HSV(B) | 30.67º | 0.88% | 0.99% | - |
| XYZ | 50.19 | 40.43 | 6.32 | - |
| YUV | 162.6 | 52.61 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 29 | 0 | 0.43 | 0.88 | 0.01 | 30.67 | 0.97 | 0.55 |
| Hex | FC | 8F | 1D | 0 | 2B | 58 | 1 | 1F | 61 | 37 |
| Octal | 374 | 217 | 35 | 0 | 53 | 130 | 1 | 37 | 141 | 67 |
| Binary | 11111100 | 10001111 | 11101 | 0 | 101011 | 1011000 | 1 | 11111 | 1100001 | 110111 |
Color Harmonies of #FC8F1D
Complementary color
Monochromatic Colors of #FC8F1D
Black with #FC8F1D
Text Example
Text Example
White with #FC8F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8F1D; }
p { color: rgb(252,143,29); }
H1.HeaderClassName
{
color: #FC8F1D;
}
.AnyTagClassName
{
color: #FC8F1D;
}
</style>
background-color css
<style>
a { background-color: #FC8F1D; }
a { background-color: rgb(252,143,29); }
div.DivClassName
{
background-color: #FC8F1D;
}
.BgClassName
{
background-color: #FC8F1D;
}
</style>
border-color css
<style>
span { border-color: #FC8F1D; }
span { border-color: rgb(252,143,29); }
td.TdClassName
{
border-color: #FC8F1D;
}
.TagClassName
{
border-color: #FC8F1D;
}
</style>