Shades of Neon Carrot #FF8F3B
Tints of Neon Carrot #FF8F3B
RGB
CMYK
RGB Variations
Color information
#FF8F3B (or 0xFF8F3B) is known color: Neon Carrot. HEX triplet: FF, 8F and 3B. RGB value is (255,143,59). Sum of RGB (Red+Green+Blue) = 255+143+59=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 59 (23.44% from 255 or 12.91% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F3B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8F3B is #0070C4. Grayscale: #A7A7A7. Windows color (decimal): -28869 or 3903487. OLE color: 3903487.
HSL color Cylindrical-coordinate representation of color #FF8F3B: hue angle of 25.71º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF8F3B is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 59 | - |
| CMYK | 0 | 0.44 | 0.77 | 0 |
| HSL | 25.71º | 1% | 0.62% | - |
| HSV(B) | 25.71º | 0.77% | 1% | - |
| XYZ | 51.85 | 41.22 | 9.36 | - |
| YUV | 166.91 | 67.11 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 59 | 0 | 0.44 | 0.77 | 0 | 25.71 | 1 | 0.62 |
| Hex | FF | 8F | 3B | 0 | 2C | 4D | 0 | 1A | 64 | 3E |
| Octal | 377 | 217 | 73 | 0 | 54 | 115 | 0 | 32 | 144 | 76 |
| Binary | 11111111 | 10001111 | 111011 | 0 | 101100 | 1001101 | 0 | 11010 | 1100100 | 111110 |
Color Harmonies of #FF8F3B
Complementary color
Monochromatic Colors of #FF8F3B
Black with #FF8F3B
Text Example
Text Example
White with #FF8F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F3B; }
p { color: rgb(255,143,59); }
H1.HeaderClassName
{
color: #FF8F3B;
}
.AnyTagClassName
{
color: #FF8F3B;
}
</style>
background-color css
<style>
a { background-color: #FF8F3B; }
a { background-color: rgb(255,143,59); }
div.DivClassName
{
background-color: #FF8F3B;
}
.BgClassName
{
background-color: #FF8F3B;
}
</style>
border-color css
<style>
span { border-color: #FF8F3B; }
span { border-color: rgb(255,143,59); }
td.TdClassName
{
border-color: #FF8F3B;
}
.TagClassName
{
border-color: #FF8F3B;
}
</style>