Shades of Carrot Orange #FC8824
Tints of Carrot Orange #FC8824
RGB
CMYK
RGB Variations
Color information
#FC8824 (or 0xFC8824) is known color: Carrot Orange. HEX triplet: FC, 88 and 24. RGB value is (252,136,36). Sum of RGB (Red+Green+Blue) = 252+136+36=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 36 (14.45% from 255 or 8.49% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8824 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8824 is #0377DB. Grayscale: #9F9F9F. Windows color (decimal): -227292 or 2394364. OLE color: 2394364.
HSL color Cylindrical-coordinate representation of color #FC8824: hue angle of 27.78º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC8824 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 36 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.01 |
| HSL | 27.78º | 0.97% | 0.56% | - |
| HSV(B) | 27.78º | 0.86% | 0.99% | - |
| XYZ | 49.27 | 38.43 | 6.49 | - |
| YUV | 159.28 | 58.43 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 36 | 0 | 0.46 | 0.86 | 0.01 | 27.78 | 0.97 | 0.56 |
| Hex | FC | 88 | 24 | 0 | 2E | 56 | 1 | 1C | 61 | 38 |
| Octal | 374 | 210 | 44 | 0 | 56 | 126 | 1 | 34 | 141 | 70 |
| Binary | 11111100 | 10001000 | 100100 | 0 | 101110 | 1010110 | 1 | 11100 | 1100001 | 111000 |
Color Harmonies of #FC8824
Complementary color
Monochromatic Colors of #FC8824
Black with #FC8824
Text Example
Text Example
White with #FC8824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8824; }
p { color: rgb(252,136,36); }
H1.HeaderClassName
{
color: #FC8824;
}
.AnyTagClassName
{
color: #FC8824;
}
</style>
background-color css
<style>
a { background-color: #FC8824; }
a { background-color: rgb(252,136,36); }
div.DivClassName
{
background-color: #FC8824;
}
.BgClassName
{
background-color: #FC8824;
}
</style>
border-color css
<style>
span { border-color: #FC8824; }
span { border-color: rgb(252,136,36); }
td.TdClassName
{
border-color: #FC8824;
}
.TagClassName
{
border-color: #FC8824;
}
</style>