Shades of Carrot Orange #FC8F1C
Tints of Carrot Orange #FC8F1C
RGB
CMYK
RGB Variations
Color information
#FC8F1C (or 0xFC8F1C) is known color: Carrot Orange. HEX triplet: FC, 8F and 1C. RGB value is (252,143,28). Sum of RGB (Red+Green+Blue) = 252+143+28=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8F1C is #0370E3. Grayscale: #A3A3A3. Windows color (decimal): -225508 or 1871868. OLE color: 1871868.
HSL color Cylindrical-coordinate representation of color #FC8F1C: hue angle of 30.8º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC8F1C is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 28 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.01 |
| HSL | 30.8º | 0.97% | 0.55% | - |
| HSV(B) | 30.8º | 0.89% | 0.99% | - |
| XYZ | 50.18 | 40.42 | 6.26 | - |
| YUV | 162.48 | 52.11 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 28 | 0 | 0.43 | 0.89 | 0.01 | 30.8 | 0.97 | 0.55 |
| Hex | FC | 8F | 1C | 0 | 2B | 59 | 1 | 1F | 61 | 37 |
| Octal | 374 | 217 | 34 | 0 | 53 | 131 | 1 | 37 | 141 | 67 |
| Binary | 11111100 | 10001111 | 11100 | 0 | 101011 | 1011001 | 1 | 11111 | 1100001 | 110111 |
Color Harmonies of #FC8F1C
Complementary color
Monochromatic Colors of #FC8F1C
Black with #FC8F1C
Text Example
Text Example
White with #FC8F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8F1C; }
p { color: rgb(252,143,28); }
H1.HeaderClassName
{
color: #FC8F1C;
}
.AnyTagClassName
{
color: #FC8F1C;
}
</style>
background-color css
<style>
a { background-color: #FC8F1C; }
a { background-color: rgb(252,143,28); }
div.DivClassName
{
background-color: #FC8F1C;
}
.BgClassName
{
background-color: #FC8F1C;
}
</style>
border-color css
<style>
span { border-color: #FC8F1C; }
span { border-color: rgb(252,143,28); }
td.TdClassName
{
border-color: #FC8F1C;
}
.TagClassName
{
border-color: #FC8F1C;
}
</style>