Shades of Neon Carrot #FF8C39
Tints of Neon Carrot #FF8C39
RGB
CMYK
RGB Variations
Color information
#FF8C39 (or 0xFF8C39) is known color: Neon Carrot. HEX triplet: FF, 8C and 39. RGB value is (255,140,57). Sum of RGB (Red+Green+Blue) = 255+140+57=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 57 (22.66% from 255 or 12.61% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C39 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C39 is #0073C6. Grayscale: #A5A5A5. Windows color (decimal): -29639 or 3771647. OLE color: 3771647.
HSL color Cylindrical-coordinate representation of color #FF8C39: hue angle of 25.15º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF8C39 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 57 | - |
| CMYK | 0 | 0.45 | 0.78 | 0 |
| HSL | 25.15º | 1% | 0.61% | - |
| HSV(B) | 25.15º | 0.78% | 1% | - |
| XYZ | 51.36 | 40.31 | 8.95 | - |
| YUV | 164.92 | 67.1 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 57 | 0 | 0.45 | 0.78 | 0 | 25.15 | 1 | 0.61 |
| Hex | FF | 8C | 39 | 0 | 2D | 4E | 0 | 19 | 64 | 3D |
| Octal | 377 | 214 | 71 | 0 | 55 | 116 | 0 | 31 | 144 | 75 |
| Binary | 11111111 | 10001100 | 111001 | 0 | 101101 | 1001110 | 0 | 11001 | 1100100 | 111101 |
Color Harmonies of #FF8C39
Complementary color
Monochromatic Colors of #FF8C39
Black with #FF8C39
Text Example
Text Example
White with #FF8C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C39; }
p { color: rgb(255,140,57); }
H1.HeaderClassName
{
color: #FF8C39;
}
.AnyTagClassName
{
color: #FF8C39;
}
</style>
background-color css
<style>
a { background-color: #FF8C39; }
a { background-color: rgb(255,140,57); }
div.DivClassName
{
background-color: #FF8C39;
}
.BgClassName
{
background-color: #FF8C39;
}
</style>
border-color css
<style>
span { border-color: #FF8C39; }
span { border-color: rgb(255,140,57); }
td.TdClassName
{
border-color: #FF8C39;
}
.TagClassName
{
border-color: #FF8C39;
}
</style>