Shades of Neon Carrot #FC993D
Tints of Neon Carrot #FC993D
RGB
CMYK
RGB Variations
Color information
#FC993D (or 0xFC993D) is known color: Neon Carrot. HEX triplet: FC, 99 and 3D. RGB value is (252,153,61). Sum of RGB (Red+Green+Blue) = 252+153+61=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 61 (24.22% from 255 or 13.09% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC993D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC993D is #0366C2. Grayscale: #ACACAC. Windows color (decimal): -222915 or 4037116. OLE color: 4037116.
HSL color Cylindrical-coordinate representation of color #FC993D: hue angle of 28.9º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC993D is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 153 | 61 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.01 |
| HSL | 28.9º | 0.97% | 0.61% | - |
| HSV(B) | 28.9º | 0.76% | 0.99% | - |
| XYZ | 52.38 | 43.81 | 10.11 | - |
| YUV | 172.11 | 65.3 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 153 | 61 | 0 | 0.39 | 0.76 | 0.01 | 28.9 | 0.97 | 0.61 |
| Hex | FC | 99 | 3D | 0 | 27 | 4C | 1 | 1D | 61 | 3D |
| Octal | 374 | 231 | 75 | 0 | 47 | 114 | 1 | 35 | 141 | 75 |
| Binary | 11111100 | 10011001 | 111101 | 0 | 100111 | 1001100 | 1 | 11101 | 1100001 | 111101 |
Color Harmonies of #FC993D
Complementary color
Monochromatic Colors of #FC993D
Black with #FC993D
Text Example
Text Example
White with #FC993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC993D; }
p { color: rgb(252,153,61); }
H1.HeaderClassName
{
color: #FC993D;
}
.AnyTagClassName
{
color: #FC993D;
}
</style>
background-color css
<style>
a { background-color: #FC993D; }
a { background-color: rgb(252,153,61); }
div.DivClassName
{
background-color: #FC993D;
}
.BgClassName
{
background-color: #FC993D;
}
</style>
border-color css
<style>
span { border-color: #FC993D; }
span { border-color: rgb(252,153,61); }
td.TdClassName
{
border-color: #FC993D;
}
.TagClassName
{
border-color: #FC993D;
}
</style>