Shades of Neon Carrot #FF912C
Tints of Neon Carrot #FF912C
RGB
CMYK
RGB Variations
Color information
#FF912C (or 0xFF912C) is known color: Neon Carrot. HEX triplet: FF, 91 and 2C. RGB value is (255,145,44). Sum of RGB (Red+Green+Blue) = 255+145+44=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 44 (17.58% from 255 or 9.91% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF912C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF912C is #006ED3. Grayscale: #A6A6A6. Windows color (decimal): -28372 or 2920959. OLE color: 2920959.
HSL color Cylindrical-coordinate representation of color #FF912C: hue angle of 28.72º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF912C is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 44 | - |
| CMYK | 0 | 0.43 | 0.83 | 0 |
| HSL | 28.72º | 1% | 0.59% | - |
| HSV(B) | 28.72º | 0.83% | 1% | - |
| XYZ | 51.82 | 41.69 | 7.7 | - |
| YUV | 166.38 | 58.94 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 44 | 0 | 0.43 | 0.83 | 0 | 28.72 | 1 | 0.59 |
| Hex | FF | 91 | 2C | 0 | 2B | 53 | 0 | 1D | 64 | 3B |
| Octal | 377 | 221 | 54 | 0 | 53 | 123 | 0 | 35 | 144 | 73 |
| Binary | 11111111 | 10010001 | 101100 | 0 | 101011 | 1010011 | 0 | 11101 | 1100100 | 111011 |
Color Harmonies of #FF912C
Complementary color
Monochromatic Colors of #FF912C
Black with #FF912C
Text Example
Text Example
White with #FF912C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF912C; }
p { color: rgb(255,145,44); }
H1.HeaderClassName
{
color: #FF912C;
}
.AnyTagClassName
{
color: #FF912C;
}
</style>
background-color css
<style>
a { background-color: #FF912C; }
a { background-color: rgb(255,145,44); }
div.DivClassName
{
background-color: #FF912C;
}
.BgClassName
{
background-color: #FF912C;
}
</style>
border-color css
<style>
span { border-color: #FF912C; }
span { border-color: rgb(255,145,44); }
td.TdClassName
{
border-color: #FF912C;
}
.TagClassName
{
border-color: #FF912C;
}
</style>