Shades of Neon Carrot #FF8F3D
Tints of Neon Carrot #FF8F3D
RGB
CMYK
RGB Variations
Color information
#FF8F3D (or 0xFF8F3D) is known color: Neon Carrot. HEX triplet: FF, 8F and 3D. RGB value is (255,143,61). Sum of RGB (Red+Green+Blue) = 255+143+61=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 61 (24.22% from 255 or 13.29% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8F3D is #0070C2. Grayscale: #A7A7A7. Windows color (decimal): -28867 or 4034559. OLE color: 4034559.
HSL color Cylindrical-coordinate representation of color #FF8F3D: hue angle of 25.36º 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 #FF8F3D is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 61 | - |
| CMYK | 0 | 0.44 | 0.76 | 0 |
| HSL | 25.36º | 1% | 0.62% | - |
| HSV(B) | 25.36º | 0.76% | 1% | - |
| XYZ | 51.9 | 41.24 | 9.64 | - |
| YUV | 167.14 | 68.11 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 61 | 0 | 0.44 | 0.76 | 0 | 25.36 | 1 | 0.62 |
| Hex | FF | 8F | 3D | 0 | 2C | 4C | 0 | 19 | 64 | 3E |
| Octal | 377 | 217 | 75 | 0 | 54 | 114 | 0 | 31 | 144 | 76 |
| Binary | 11111111 | 10001111 | 111101 | 0 | 101100 | 1001100 | 0 | 11001 | 1100100 | 111110 |
Color Harmonies of #FF8F3D
Complementary color
Monochromatic Colors of #FF8F3D
Black with #FF8F3D
Text Example
Text Example
White with #FF8F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F3D; }
p { color: rgb(255,143,61); }
H1.HeaderClassName
{
color: #FF8F3D;
}
.AnyTagClassName
{
color: #FF8F3D;
}
</style>
background-color css
<style>
a { background-color: #FF8F3D; }
a { background-color: rgb(255,143,61); }
div.DivClassName
{
background-color: #FF8F3D;
}
.BgClassName
{
background-color: #FF8F3D;
}
</style>
border-color css
<style>
span { border-color: #FF8F3D; }
span { border-color: rgb(255,143,61); }
td.TdClassName
{
border-color: #FF8F3D;
}
.TagClassName
{
border-color: #FF8F3D;
}
</style>