Shades of Carrot Orange #FC8825
Tints of Carrot Orange #FC8825
RGB
CMYK
RGB Variations
Color information
#FC8825 (or 0xFC8825) is known color: Carrot Orange. HEX triplet: FC, 88 and 25. RGB value is (252,136,37). Sum of RGB (Red+Green+Blue) = 252+136+37=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 37 (14.84% from 255 or 8.71% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8825 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8825 is #0377DA. Grayscale: #9F9F9F. Windows color (decimal): -227291 or 2459900. OLE color: 2459900.
HSL color Cylindrical-coordinate representation of color #FC8825: hue angle of 27.63º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC8825 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 37 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.01 |
| HSL | 27.63º | 0.97% | 0.57% | - |
| HSV(B) | 27.63º | 0.85% | 0.99% | - |
| XYZ | 49.28 | 38.44 | 6.57 | - |
| YUV | 159.4 | 58.93 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 37 | 0 | 0.46 | 0.85 | 0.01 | 27.63 | 0.97 | 0.57 |
| Hex | FC | 88 | 25 | 0 | 2E | 55 | 1 | 1C | 61 | 39 |
| Octal | 374 | 210 | 45 | 0 | 56 | 125 | 1 | 34 | 141 | 71 |
| Binary | 11111100 | 10001000 | 100101 | 0 | 101110 | 1010101 | 1 | 11100 | 1100001 | 111001 |
Color Harmonies of #FC8825
Complementary color
Monochromatic Colors of #FC8825
Black with #FC8825
Text Example
Text Example
White with #FC8825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8825; }
p { color: rgb(252,136,37); }
H1.HeaderClassName
{
color: #FC8825;
}
.AnyTagClassName
{
color: #FC8825;
}
</style>
background-color css
<style>
a { background-color: #FC8825; }
a { background-color: rgb(252,136,37); }
div.DivClassName
{
background-color: #FC8825;
}
.BgClassName
{
background-color: #FC8825;
}
</style>
border-color css
<style>
span { border-color: #FC8825; }
span { border-color: rgb(252,136,37); }
td.TdClassName
{
border-color: #FC8825;
}
.TagClassName
{
border-color: #FC8825;
}
</style>