Shades of Carrot Orange #FC931C
Tints of Carrot Orange #FC931C
RGB
CMYK
RGB Variations
Color information
#FC931C (or 0xFC931C) is known color: Carrot Orange. HEX triplet: FC, 93 and 1C. RGB value is (252,147,28). Sum of RGB (Red+Green+Blue) = 252+147+28=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 28 (11.33% from 255 or 6.56% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC931C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC931C is #036CE3. Grayscale: #A5A5A5. Windows color (decimal): -224484 or 1872892. OLE color: 1872892.
HSL color Cylindrical-coordinate representation of color #FC931C: hue angle of 31.88º 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 #FC931C is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 147 | 28 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.01 |
| HSL | 31.88º | 0.97% | 0.55% | - |
| HSV(B) | 31.88º | 0.89% | 0.99% | - |
| XYZ | 50.79 | 41.65 | 6.46 | - |
| YUV | 164.83 | 50.79 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 147 | 28 | 0 | 0.42 | 0.89 | 0.01 | 31.88 | 0.97 | 0.55 |
| Hex | FC | 93 | 1C | 0 | 2A | 59 | 1 | 20 | 61 | 37 |
| Octal | 374 | 223 | 34 | 0 | 52 | 131 | 1 | 40 | 141 | 67 |
| Binary | 11111100 | 10010011 | 11100 | 0 | 101010 | 1011001 | 1 | 100000 | 1100001 | 110111 |
Color Harmonies of #FC931C
Complementary color
Monochromatic Colors of #FC931C
Black with #FC931C
Text Example
Text Example
White with #FC931C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC931C; }
p { color: rgb(252,147,28); }
H1.HeaderClassName
{
color: #FC931C;
}
.AnyTagClassName
{
color: #FC931C;
}
</style>
background-color css
<style>
a { background-color: #FC931C; }
a { background-color: rgb(252,147,28); }
div.DivClassName
{
background-color: #FC931C;
}
.BgClassName
{
background-color: #FC931C;
}
</style>
border-color css
<style>
span { border-color: #FC931C; }
span { border-color: rgb(252,147,28); }
td.TdClassName
{
border-color: #FC931C;
}
.TagClassName
{
border-color: #FC931C;
}
</style>