Shades of Neon Carrot #FC993C
Tints of Neon Carrot #FC993C
RGB
CMYK
RGB Variations
Color information
#FC993C (or 0xFC993C) is known color: Neon Carrot. HEX triplet: FC, 99 and 3C. RGB value is (252,153,60). Sum of RGB (Red+Green+Blue) = 252+153+60=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 60 (23.83% from 255 or 12.90% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC993C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC993C is #0366C3. Grayscale: #ACACAC. Windows color (decimal): -222916 or 3971580. OLE color: 3971580.
HSL color Cylindrical-coordinate representation of color #FC993C: hue angle of 29.06º 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 #FC993C is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 153 | 60 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.01 |
| HSL | 29.06º | 0.97% | 0.61% | - |
| HSV(B) | 29.06º | 0.76% | 0.99% | - |
| XYZ | 52.35 | 43.8 | 9.97 | - |
| YUV | 172 | 64.8 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 153 | 60 | 0 | 0.39 | 0.76 | 0.01 | 29.06 | 0.97 | 0.61 |
| Hex | FC | 99 | 3C | 0 | 27 | 4C | 1 | 1D | 61 | 3D |
| Octal | 374 | 231 | 74 | 0 | 47 | 114 | 1 | 35 | 141 | 75 |
| Binary | 11111100 | 10011001 | 111100 | 0 | 100111 | 1001100 | 1 | 11101 | 1100001 | 111101 |
Color Harmonies of #FC993C
Complementary color
Monochromatic Colors of #FC993C
Black with #FC993C
Text Example
Text Example
White with #FC993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC993C; }
p { color: rgb(252,153,60); }
H1.HeaderClassName
{
color: #FC993C;
}
.AnyTagClassName
{
color: #FC993C;
}
</style>
background-color css
<style>
a { background-color: #FC993C; }
a { background-color: rgb(252,153,60); }
div.DivClassName
{
background-color: #FC993C;
}
.BgClassName
{
background-color: #FC993C;
}
</style>
border-color css
<style>
span { border-color: #FC993C; }
span { border-color: rgb(252,153,60); }
td.TdClassName
{
border-color: #FC993C;
}
.TagClassName
{
border-color: #FC993C;
}
</style>