Shades of Carrot Orange #FC9A1E
Tints of Carrot Orange #FC9A1E
RGB
CMYK
RGB Variations
Color information
#FC9A1E (or 0xFC9A1E) is known color: Carrot Orange. HEX triplet: FC, 9A and 1E. RGB value is (252,154,30). Sum of RGB (Red+Green+Blue) = 252+154+30=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 30 (12.11% from 255 or 6.88% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9A1E is #0365E1. Grayscale: #A9A9A9. Windows color (decimal): -222690 or 2005756. OLE color: 2005756.
HSL color Cylindrical-coordinate representation of color #FC9A1E: hue angle of 33.51º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC9A1E is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 154 | 30 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.01 |
| HSL | 33.51º | 0.97% | 0.55% | - |
| HSV(B) | 33.51º | 0.88% | 0.99% | - |
| XYZ | 51.93 | 43.9 | 6.96 | - |
| YUV | 169.17 | 49.47 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 154 | 30 | 0 | 0.39 | 0.88 | 0.01 | 33.51 | 0.97 | 0.55 |
| Hex | FC | 9A | 1E | 0 | 27 | 58 | 1 | 22 | 61 | 37 |
| Octal | 374 | 232 | 36 | 0 | 47 | 130 | 1 | 42 | 141 | 67 |
| Binary | 11111100 | 10011010 | 11110 | 0 | 100111 | 1011000 | 1 | 100010 | 1100001 | 110111 |
Color Harmonies of #FC9A1E
Complementary color
Monochromatic Colors of #FC9A1E
Black with #FC9A1E
Text Example
Text Example
White with #FC9A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9A1E; }
p { color: rgb(252,154,30); }
H1.HeaderClassName
{
color: #FC9A1E;
}
.AnyTagClassName
{
color: #FC9A1E;
}
</style>
background-color css
<style>
a { background-color: #FC9A1E; }
a { background-color: rgb(252,154,30); }
div.DivClassName
{
background-color: #FC9A1E;
}
.BgClassName
{
background-color: #FC9A1E;
}
</style>
border-color css
<style>
span { border-color: #FC9A1E; }
span { border-color: rgb(252,154,30); }
td.TdClassName
{
border-color: #FC9A1E;
}
.TagClassName
{
border-color: #FC9A1E;
}
</style>