Shades of Neon Carrot #FF8F3F
Tints of Neon Carrot #FF8F3F
RGB
CMYK
RGB Variations
Color information
#FF8F3F (or 0xFF8F3F) is known color: Neon Carrot. HEX triplet: FF, 8F and 3F. RGB value is (255,143,63). Sum of RGB (Red+Green+Blue) = 255+143+63=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 63 (25% from 255 or 13.67% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8F3F is #0070C0. Grayscale: #A7A7A7. Windows color (decimal): -28865 or 4165631. OLE color: 4165631.
HSL color Cylindrical-coordinate representation of color #FF8F3F: hue angle of 25º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF8F3F is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 63 | - |
| CMYK | 0 | 0.44 | 0.75 | 0 |
| HSL | 25º | 1% | 0.62% | - |
| HSV(B) | 25º | 0.75% | 1% | - |
| XYZ | 51.96 | 41.26 | 9.93 | - |
| YUV | 167.37 | 69.11 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 63 | 0 | 0.44 | 0.75 | 0 | 25 | 1 | 0.62 |
| Hex | FF | 8F | 3F | 0 | 2C | 4B | 0 | 19 | 64 | 3E |
| Octal | 377 | 217 | 77 | 0 | 54 | 113 | 0 | 31 | 144 | 76 |
| Binary | 11111111 | 10001111 | 111111 | 0 | 101100 | 1001011 | 0 | 11001 | 1100100 | 111110 |
Color Harmonies of #FF8F3F
Complementary color
Monochromatic Colors of #FF8F3F
Black with #FF8F3F
Text Example
Text Example
White with #FF8F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F3F; }
p { color: rgb(255,143,63); }
H1.HeaderClassName
{
color: #FF8F3F;
}
.AnyTagClassName
{
color: #FF8F3F;
}
</style>
background-color css
<style>
a { background-color: #FF8F3F; }
a { background-color: rgb(255,143,63); }
div.DivClassName
{
background-color: #FF8F3F;
}
.BgClassName
{
background-color: #FF8F3F;
}
</style>
border-color css
<style>
span { border-color: #FF8F3F; }
span { border-color: rgb(255,143,63); }
td.TdClassName
{
border-color: #FF8F3F;
}
.TagClassName
{
border-color: #FF8F3F;
}
</style>