Shades of Carrot Orange #FC9518
Tints of Carrot Orange #FC9518
RGB
CMYK
RGB Variations
Color information
#FC9518 (or 0xFC9518) is known color: Carrot Orange. HEX triplet: FC, 95 and 18. RGB value is (252,149,24). Sum of RGB (Red+Green+Blue) = 252+149+24=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 24 (9.77% from 255 or 5.65% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9518 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9518 is #036AE7. Grayscale: #A6A6A6. Windows color (decimal): -223976 or 1611260. OLE color: 1611260.
HSL color Cylindrical-coordinate representation of color #FC9518: hue angle of 32.89º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC9518 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 149 | 24 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.01 |
| HSL | 32.89º | 0.97% | 0.54% | - |
| HSV(B) | 32.89º | 0.9% | 0.99% | - |
| XYZ | 51.06 | 42.26 | 6.33 | - |
| YUV | 165.55 | 48.12 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 149 | 24 | 0 | 0.41 | 0.90 | 0.01 | 32.89 | 0.97 | 0.54 |
| Hex | FC | 95 | 18 | 0 | 29 | 5A | 1 | 21 | 61 | 36 |
| Octal | 374 | 225 | 30 | 0 | 51 | 132 | 1 | 41 | 141 | 66 |
| Binary | 11111100 | 10010101 | 11000 | 0 | 101001 | 1011010 | 1 | 100001 | 1100001 | 110110 |
Color Harmonies of #FC9518
Complementary color
Monochromatic Colors of #FC9518
Black with #FC9518
Text Example
Text Example
White with #FC9518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9518; }
p { color: rgb(252,149,24); }
H1.HeaderClassName
{
color: #FC9518;
}
.AnyTagClassName
{
color: #FC9518;
}
</style>
background-color css
<style>
a { background-color: #FC9518; }
a { background-color: rgb(252,149,24); }
div.DivClassName
{
background-color: #FC9518;
}
.BgClassName
{
background-color: #FC9518;
}
</style>
border-color css
<style>
span { border-color: #FC9518; }
span { border-color: rgb(252,149,24); }
td.TdClassName
{
border-color: #FC9518;
}
.TagClassName
{
border-color: #FC9518;
}
</style>