Shades of Neon Carrot #FF8C2F
Tints of Neon Carrot #FF8C2F
RGB
CMYK
RGB Variations
Color information
#FF8C2F (or 0xFF8C2F) is known color: Neon Carrot. HEX triplet: FF, 8C and 2F. RGB value is (255,140,47). Sum of RGB (Red+Green+Blue) = 255+140+47=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 47 (18.75% from 255 or 10.63% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C2F is #0073D0. Grayscale: #A4A4A4. Windows color (decimal): -29649 or 3116287. OLE color: 3116287.
HSL color Cylindrical-coordinate representation of color #FF8C2F: hue angle of 26.83º 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 #FF8C2F is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 47 | - |
| CMYK | 0 | 0.45 | 0.82 | 0 |
| HSL | 26.83º | 1% | 0.59% | - |
| HSV(B) | 26.83º | 0.82% | 1% | - |
| XYZ | 51.13 | 40.22 | 7.76 | - |
| YUV | 163.78 | 62.1 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 47 | 0 | 0.45 | 0.82 | 0 | 26.83 | 1 | 0.59 |
| Hex | FF | 8C | 2F | 0 | 2D | 52 | 0 | 1B | 64 | 3B |
| Octal | 377 | 214 | 57 | 0 | 55 | 122 | 0 | 33 | 144 | 73 |
| Binary | 11111111 | 10001100 | 101111 | 0 | 101101 | 1010010 | 0 | 11011 | 1100100 | 111011 |
Color Harmonies of #FF8C2F
Complementary color
Monochromatic Colors of #FF8C2F
Black with #FF8C2F
Text Example
Text Example
White with #FF8C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C2F; }
p { color: rgb(255,140,47); }
H1.HeaderClassName
{
color: #FF8C2F;
}
.AnyTagClassName
{
color: #FF8C2F;
}
</style>
background-color css
<style>
a { background-color: #FF8C2F; }
a { background-color: rgb(255,140,47); }
div.DivClassName
{
background-color: #FF8C2F;
}
.BgClassName
{
background-color: #FF8C2F;
}
</style>
border-color css
<style>
span { border-color: #FF8C2F; }
span { border-color: rgb(255,140,47); }
td.TdClassName
{
border-color: #FF8C2F;
}
.TagClassName
{
border-color: #FF8C2F;
}
</style>