Shades of Carrot Orange #FC9A1D
Tints of Carrot Orange #FC9A1D
RGB
CMYK
RGB Variations
Color information
#FC9A1D (or 0xFC9A1D) is known color: Carrot Orange. HEX triplet: FC, 9A and 1D. RGB value is (252,154,29). Sum of RGB (Red+Green+Blue) = 252+154+29=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 29 (11.72% from 255 or 6.67% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9A1D is #0365E2. Grayscale: #A9A9A9. Windows color (decimal): -222691 or 1940220. OLE color: 1940220.
HSL color Cylindrical-coordinate representation of color #FC9A1D: hue angle of 33.63º 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 #FC9A1D is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 154 | 29 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.01 |
| HSL | 33.63º | 0.97% | 0.55% | - |
| HSV(B) | 33.63º | 0.88% | 0.99% | - |
| XYZ | 51.92 | 43.9 | 6.9 | - |
| YUV | 169.05 | 48.97 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 154 | 29 | 0 | 0.39 | 0.88 | 0.01 | 33.63 | 0.97 | 0.55 |
| Hex | FC | 9A | 1D | 0 | 27 | 58 | 1 | 22 | 61 | 37 |
| Octal | 374 | 232 | 35 | 0 | 47 | 130 | 1 | 42 | 141 | 67 |
| Binary | 11111100 | 10011010 | 11101 | 0 | 100111 | 1011000 | 1 | 100010 | 1100001 | 110111 |
Color Harmonies of #FC9A1D
Complementary color
Monochromatic Colors of #FC9A1D
Black with #FC9A1D
Text Example
Text Example
White with #FC9A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9A1D; }
p { color: rgb(252,154,29); }
H1.HeaderClassName
{
color: #FC9A1D;
}
.AnyTagClassName
{
color: #FC9A1D;
}
</style>
background-color css
<style>
a { background-color: #FC9A1D; }
a { background-color: rgb(252,154,29); }
div.DivClassName
{
background-color: #FC9A1D;
}
.BgClassName
{
background-color: #FC9A1D;
}
</style>
border-color css
<style>
span { border-color: #FC9A1D; }
span { border-color: rgb(252,154,29); }
td.TdClassName
{
border-color: #FC9A1D;
}
.TagClassName
{
border-color: #FC9A1D;
}
</style>