Shades of Neon Carrot #FF8F3E
Tints of Neon Carrot #FF8F3E
RGB
CMYK
RGB Variations
Color information
#FF8F3E (or 0xFF8F3E) is known color: Neon Carrot. HEX triplet: FF, 8F and 3E. RGB value is (255,143,62). Sum of RGB (Red+Green+Blue) = 255+143+62=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 62 (24.61% from 255 or 13.48% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8F3E is #0070C1. Grayscale: #A7A7A7. Windows color (decimal): -28866 or 4100095. OLE color: 4100095.
HSL color Cylindrical-coordinate representation of color #FF8F3E: hue angle of 25.18º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF8F3E is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 62 | - |
| CMYK | 0 | 0.44 | 0.76 | 0 |
| HSL | 25.18º | 1% | 0.62% | - |
| HSV(B) | 25.18º | 0.76% | 1% | - |
| XYZ | 51.93 | 41.25 | 9.78 | - |
| YUV | 167.25 | 68.61 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 62 | 0 | 0.44 | 0.76 | 0 | 25.18 | 1 | 0.62 |
| Hex | FF | 8F | 3E | 0 | 2C | 4C | 0 | 19 | 64 | 3E |
| Octal | 377 | 217 | 76 | 0 | 54 | 114 | 0 | 31 | 144 | 76 |
| Binary | 11111111 | 10001111 | 111110 | 0 | 101100 | 1001100 | 0 | 11001 | 1100100 | 111110 |
Color Harmonies of #FF8F3E
Complementary color
Monochromatic Colors of #FF8F3E
Black with #FF8F3E
Text Example
Text Example
White with #FF8F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F3E; }
p { color: rgb(255,143,62); }
H1.HeaderClassName
{
color: #FF8F3E;
}
.AnyTagClassName
{
color: #FF8F3E;
}
</style>
background-color css
<style>
a { background-color: #FF8F3E; }
a { background-color: rgb(255,143,62); }
div.DivClassName
{
background-color: #FF8F3E;
}
.BgClassName
{
background-color: #FF8F3E;
}
</style>
border-color css
<style>
span { border-color: #FF8F3E; }
span { border-color: rgb(255,143,62); }
td.TdClassName
{
border-color: #FF8F3E;
}
.TagClassName
{
border-color: #FF8F3E;
}
</style>