Shades of Neon Carrot #FC912D
Tints of Neon Carrot #FC912D
RGB
CMYK
RGB Variations
Color information
#FC912D (or 0xFC912D) is known color: Neon Carrot. HEX triplet: FC, 91 and 2D. RGB value is (252,145,45). Sum of RGB (Red+Green+Blue) = 252+145+45=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 45 (17.97% from 255 or 10.18% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC912D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC912D is #036ED2. Grayscale: #A6A6A6. Windows color (decimal): -224979 or 2986492. OLE color: 2986492.
HSL color Cylindrical-coordinate representation of color #FC912D: hue angle of 28.99º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC912D is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 45 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.01 |
| HSL | 28.99º | 0.97% | 0.58% | - |
| HSV(B) | 28.99º | 0.82% | 0.99% | - |
| XYZ | 50.74 | 41.14 | 7.75 | - |
| YUV | 165.59 | 59.95 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 45 | 0 | 0.42 | 0.82 | 0.01 | 28.99 | 0.97 | 0.58 |
| Hex | FC | 91 | 2D | 0 | 2A | 52 | 1 | 1D | 61 | 3A |
| Octal | 374 | 221 | 55 | 0 | 52 | 122 | 1 | 35 | 141 | 72 |
| Binary | 11111100 | 10010001 | 101101 | 0 | 101010 | 1010010 | 1 | 11101 | 1100001 | 111010 |
Color Harmonies of #FC912D
Complementary color
Monochromatic Colors of #FC912D
Black with #FC912D
Text Example
Text Example
White with #FC912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC912D; }
p { color: rgb(252,145,45); }
H1.HeaderClassName
{
color: #FC912D;
}
.AnyTagClassName
{
color: #FC912D;
}
</style>
background-color css
<style>
a { background-color: #FC912D; }
a { background-color: rgb(252,145,45); }
div.DivClassName
{
background-color: #FC912D;
}
.BgClassName
{
background-color: #FC912D;
}
</style>
border-color css
<style>
span { border-color: #FC912D; }
span { border-color: rgb(252,145,45); }
td.TdClassName
{
border-color: #FC912D;
}
.TagClassName
{
border-color: #FC912D;
}
</style>