Shades of Neon Carrot #FF8C2C
Tints of Neon Carrot #FF8C2C
RGB
CMYK
RGB Variations
Color information
#FF8C2C (or 0xFF8C2C) is known color: Neon Carrot. HEX triplet: FF, 8C and 2C. RGB value is (255,140,44). Sum of RGB (Red+Green+Blue) = 255+140+44=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 44 (17.58% from 255 or 10.02% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C2C is #0073D3. Grayscale: #A3A3A3. Windows color (decimal): -29652 or 2919679. OLE color: 2919679.
HSL color Cylindrical-coordinate representation of color #FF8C2C: hue angle of 27.3º 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 #FF8C2C is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 44 | - |
| CMYK | 0 | 0.45 | 0.83 | 0 |
| HSL | 27.3º | 1% | 0.59% | - |
| HSV(B) | 27.3º | 0.83% | 1% | - |
| XYZ | 51.07 | 40.2 | 7.45 | - |
| YUV | 163.44 | 60.6 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 44 | 0 | 0.45 | 0.83 | 0 | 27.3 | 1 | 0.59 |
| Hex | FF | 8C | 2C | 0 | 2D | 53 | 0 | 1B | 64 | 3B |
| Octal | 377 | 214 | 54 | 0 | 55 | 123 | 0 | 33 | 144 | 73 |
| Binary | 11111111 | 10001100 | 101100 | 0 | 101101 | 1010011 | 0 | 11011 | 1100100 | 111011 |
Color Harmonies of #FF8C2C
Complementary color
Monochromatic Colors of #FF8C2C
Black with #FF8C2C
Text Example
Text Example
White with #FF8C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C2C; }
p { color: rgb(255,140,44); }
H1.HeaderClassName
{
color: #FF8C2C;
}
.AnyTagClassName
{
color: #FF8C2C;
}
</style>
background-color css
<style>
a { background-color: #FF8C2C; }
a { background-color: rgb(255,140,44); }
div.DivClassName
{
background-color: #FF8C2C;
}
.BgClassName
{
background-color: #FF8C2C;
}
</style>
border-color css
<style>
span { border-color: #FF8C2C; }
span { border-color: rgb(255,140,44); }
td.TdClassName
{
border-color: #FF8C2C;
}
.TagClassName
{
border-color: #FF8C2C;
}
</style>