Shades of Neon Carrot #FF8C2D
Tints of Neon Carrot #FF8C2D
RGB
CMYK
RGB Variations
Color information
#FF8C2D (or 0xFF8C2D) is known color: Neon Carrot. HEX triplet: FF, 8C and 2D. RGB value is (255,140,45). Sum of RGB (Red+Green+Blue) = 255+140+45=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 45 (17.97% from 255 or 10.23% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C2D is #0073D2. Grayscale: #A4A4A4. Windows color (decimal): -29651 or 2985215. OLE color: 2985215.
HSL color Cylindrical-coordinate representation of color #FF8C2D: hue angle of 27.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF8C2D is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 45 | - |
| CMYK | 0 | 0.45 | 0.82 | 0 |
| HSL | 27.14º | 1% | 0.59% | - |
| HSV(B) | 27.14º | 0.82% | 1% | - |
| XYZ | 51.09 | 40.21 | 7.55 | - |
| YUV | 163.56 | 61.1 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 45 | 0 | 0.45 | 0.82 | 0 | 27.14 | 1 | 0.59 |
| Hex | FF | 8C | 2D | 0 | 2D | 52 | 0 | 1B | 64 | 3B |
| Octal | 377 | 214 | 55 | 0 | 55 | 122 | 0 | 33 | 144 | 73 |
| Binary | 11111111 | 10001100 | 101101 | 0 | 101101 | 1010010 | 0 | 11011 | 1100100 | 111011 |
Color Harmonies of #FF8C2D
Complementary color
Monochromatic Colors of #FF8C2D
Black with #FF8C2D
Text Example
Text Example
White with #FF8C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C2D; }
p { color: rgb(255,140,45); }
H1.HeaderClassName
{
color: #FF8C2D;
}
.AnyTagClassName
{
color: #FF8C2D;
}
</style>
background-color css
<style>
a { background-color: #FF8C2D; }
a { background-color: rgb(255,140,45); }
div.DivClassName
{
background-color: #FF8C2D;
}
.BgClassName
{
background-color: #FF8C2D;
}
</style>
border-color css
<style>
span { border-color: #FF8C2D; }
span { border-color: rgb(255,140,45); }
td.TdClassName
{
border-color: #FF8C2D;
}
.TagClassName
{
border-color: #FF8C2D;
}
</style>