Shades of Carrot Orange #FC921C
Tints of Carrot Orange #FC921C
RGB
CMYK
RGB Variations
Color information
#FC921C (or 0xFC921C) is known color: Carrot Orange. HEX triplet: FC, 92 and 1C. RGB value is (252,146,28). Sum of RGB (Red+Green+Blue) = 252+146+28=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 28 (11.33% from 255 or 6.57% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC921C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC921C is #036DE3. Grayscale: #A4A4A4. Windows color (decimal): -224740 or 1872636. OLE color: 1872636.
HSL color Cylindrical-coordinate representation of color #FC921C: hue angle of 31.61º 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 #FC921C is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 146 | 28 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.01 |
| HSL | 31.61º | 0.97% | 0.55% | - |
| HSV(B) | 31.61º | 0.89% | 0.99% | - |
| XYZ | 50.63 | 41.34 | 6.41 | - |
| YUV | 164.24 | 51.12 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 146 | 28 | 0 | 0.42 | 0.89 | 0.01 | 31.61 | 0.97 | 0.55 |
| Hex | FC | 92 | 1C | 0 | 2A | 59 | 1 | 20 | 61 | 37 |
| Octal | 374 | 222 | 34 | 0 | 52 | 131 | 1 | 40 | 141 | 67 |
| Binary | 11111100 | 10010010 | 11100 | 0 | 101010 | 1011001 | 1 | 100000 | 1100001 | 110111 |
Color Harmonies of #FC921C
Complementary color
Monochromatic Colors of #FC921C
Black with #FC921C
Text Example
Text Example
White with #FC921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC921C; }
p { color: rgb(252,146,28); }
H1.HeaderClassName
{
color: #FC921C;
}
.AnyTagClassName
{
color: #FC921C;
}
</style>
background-color css
<style>
a { background-color: #FC921C; }
a { background-color: rgb(252,146,28); }
div.DivClassName
{
background-color: #FC921C;
}
.BgClassName
{
background-color: #FC921C;
}
</style>
border-color css
<style>
span { border-color: #FC921C; }
span { border-color: rgb(252,146,28); }
td.TdClassName
{
border-color: #FC921C;
}
.TagClassName
{
border-color: #FC921C;
}
</style>