Shades of Neon Carrot #FC913C
Tints of Neon Carrot #FC913C
RGB
CMYK
RGB Variations
Color information
#FC913C (or 0xFC913C) is known color: Neon Carrot. HEX triplet: FC, 91 and 3C. RGB value is (252,145,60). Sum of RGB (Red+Green+Blue) = 252+145+60=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 60 (23.83% from 255 or 13.13% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC913C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC913C is #036EC3. Grayscale: #A7A7A7. Windows color (decimal): -224964 or 3969532. OLE color: 3969532.
HSL color Cylindrical-coordinate representation of color #FC913C: hue angle of 26.56º 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 #FC913C is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 60 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.01 |
| HSL | 26.56º | 0.97% | 0.61% | - |
| HSV(B) | 26.56º | 0.76% | 0.99% | - |
| XYZ | 51.09 | 41.27 | 9.55 | - |
| YUV | 167.3 | 67.45 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 60 | 0 | 0.42 | 0.76 | 0.01 | 26.56 | 0.97 | 0.61 |
| Hex | FC | 91 | 3C | 0 | 2A | 4C | 1 | 1B | 61 | 3D |
| Octal | 374 | 221 | 74 | 0 | 52 | 114 | 1 | 33 | 141 | 75 |
| Binary | 11111100 | 10010001 | 111100 | 0 | 101010 | 1001100 | 1 | 11011 | 1100001 | 111101 |
Color Harmonies of #FC913C
Complementary color
Monochromatic Colors of #FC913C
Black with #FC913C
Text Example
Text Example
White with #FC913C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC913C; }
p { color: rgb(252,145,60); }
H1.HeaderClassName
{
color: #FC913C;
}
.AnyTagClassName
{
color: #FC913C;
}
</style>
background-color css
<style>
a { background-color: #FC913C; }
a { background-color: rgb(252,145,60); }
div.DivClassName
{
background-color: #FC913C;
}
.BgClassName
{
background-color: #FC913C;
}
</style>
border-color css
<style>
span { border-color: #FC913C; }
span { border-color: rgb(252,145,60); }
td.TdClassName
{
border-color: #FC913C;
}
.TagClassName
{
border-color: #FC913C;
}
</style>